blob 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 a billing blob that contains exported data.

Properties

Property Type Description
name String The blob name.
partitionValue String The partition that contains the file. A large partition is split into multiple files, each with the same partitionValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "name": "String",
  "partitionValue": "String"
}