billing 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 billing details for billed and unbilled data.
Methods
None.
Properties
None.
Relationships
Relationship | Type | Description |
---|---|---|
manifests | microsoft.graph.partners.billing.manifest collection | Represents metadata for the exported data. |
operations | microsoft.graph.partners.billing.operation collection | Represents an operation to export the billing data of a partner. |
reconciliation | microsoft.graph.partners.billing.billedReconciliation | Represents details for billed invoice reconciliation data. |
usage | microsoft.graph.partners.billing.azureUsage | Represents details for billed and unbilled Azure usage data. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.partners.billing.billing"
}