operation resource type

Namespace: microsoft.graph

The status of a long-running operation.

Properties

Property Type Description
createdDateTime DateTimeOffset The start time of the operation.
lastActionDateTime DateTimeOffset The time of the last action of the operation.
status operationStatus The current status of the operation: notStarted, running, completed, failed

JSON representation

The following JSON representation shows the resource type.

{
  "createdDateTime": "String (timestamp)",
  "lastActionDateTime": "String (timestamp)",
  "status": "notStarted | running | completed | failed"
}