Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 1.45 KB

File metadata and controls

51 lines (43 loc) · 1.45 KB
title printOperation resource type
description Represents a long-running Universal Print operation. Base class for operation types such as printerCreateOperation.
author nilakhan
ms.localizationpriority medium
ms.subservice universal-print
doc_type resourcePageType
ms.date 07/22/2024

printOperation resource type

Namespace: microsoft.graph

Represents a long-running Universal Print operation. Base class for operation types such as printerCreateOperation.

Methods

Method Return type Description
Get printOperation Retrieve a long-running operation within current user or app's tenant.

Properties

Property Type Description
createdDateTime DateTimeOffset The DateTimeOffset when the operation was created. Read-only.
id String The operation's identifier. Read-only.
status printOperationStatus The status of the operation. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.printOperation",
  "id": "String (identifier)",
  "status": {
    "@odata.type": "microsoft.graph.printOperationStatus"
  },
  "createdDateTime": "String (timestamp)"
}