runningOperation resource type
Namespace: microsoft.graph.partners.billing
Note
This API is available for Cloud Solution Provider (CSP) partners only to access their billed and unbilled reconciliation data for a tenant. To learn more about the CSP program, see Microsoft Cloud Solution Provider.
Represents an export operation that is still running, which indicates that the files aren't ready yet.
Inherits from operation.
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The start time of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from operation. |
id | String | The unique identifier for the runningOperation. Inherited from operation. |
lastActionDateTime | DateTimeOffset | The time of the last action of the operation. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from operation. |
status | microsoft.graph.longRunningOperationStatus | The status of the operation. Supports a subset of the values for longRunningOperationStatus. Possible values are: notStarted , running . Inherited from operation. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.partners.billing.runningOperation",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastActionDateTime": "String (timestamp)",
"status": "String"
}