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