편집

다음을 통해 공유


exportSuccessOperation 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 completed successfully.

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 exportSuccessOperation. 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 value is: completed. Inherited from operation.

Relationships

Relationship Type Description
resourceLocation microsoft.graph.partners.billing.manifest Metadata for the exported files.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.partners.billing.exportSuccessOperation",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "lastActionDateTime": "String (timestamp)",
  "status": "String"
}