Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 2.36 KB

partners-billing-operation.md

File metadata and controls

61 lines (46 loc) · 2.36 KB
title description author ms.localizationpriority ms.subservice doc_type
operation resource type
Represents an operation to export the billing data of a partner.
sourishdeb
medium
reports
resourcePageType

operation resource type

Namespace: microsoft.graph.partners.billing

[!INCLUDE alerts-callout-csp-partner-only]

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"
}