printOperation resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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 |
---|---|---|
id | String | The operation's identifier. Read-only. |
status | printOperationStatus | The status of the operation. Read-only. |
createdDateTime | DateTimeOffset | The DateTimeOffset when the operation was created. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"status": {"@odata.type": "microsoft.graph.printOperationStatus"},
"createdDateTime": "2020-06-15T19:54:14.853Z"
}