Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph
Represents a long-running Universal Print operation. Base class for operation types such as printerCreateOperation.
Method | Return type | Description |
---|---|---|
Get | printOperation | Retrieve a long-running operation within current user or app's tenant. |
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. |
None.
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)"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now