operation resource type
Namespace: microsoft.graph.partners.billing
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.
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 operation to export the billing data of a partner.
Base type of exportSuccessOperation, failedOperation, and runningOperation.
Inherits from entity.
Methods
Method | Return type | Description |
---|---|---|
Get | microsoft.graph.partners.billing.operation | Read the properties and relationships of an operation object. |
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 . |
id | String | The unique identifier for the operation. Inherited from entity. |
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 . |
status | microsoft.graph.longRunningOperationStatus | The status of the operation. Possible values are: notStarted , running , completed , failed , unknownFutureValue . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.partners.billing.operation",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastActionDateTime": "String (timestamp)",
"status": "String"
}