| title | billingMetricsBase resource type |
|---|---|
| description | Abstract base type for billing metrics. |
| author | akhil-potturi |
| ms.date | 03/16/2026 |
| ms.localizationpriority | medium |
| ms.subservice | entra-tenant-governance |
| doc_type | resourcePageType |
Namespace: microsoft.graph.tenantGovernanceServices
[!INCLUDE beta-disclaimer]
Important
This is an abstract base type and does not appear directly in API responses. Use the concrete types billingMetricsInitial or billingMetricsRecent.
Abstract base type that defines common properties for billing metrics.
Inherits from microsoft.graph.entity.
| Property | Type | Description |
|---|---|---|
| foreignAssociatedTenantBillingManagementActiveCount | String | The number of foreign associated tenants with active billing management. |
| foreignAssociatedTenantCount | String | The total number of foreign associated tenants. |
| foreignAssociatedTenantProvisioningActiveCount | String | The number of foreign associated tenants with active provisioning. |
| id | String | Unique identifier for the metrics snapshot. Inherited from microsoft.graph.entity. |
| localAssociatedTenantBillingManagementActiveCount | String | The number of local associated tenants with active billing management. |
| localAssociatedTenantCount | String | The total number of local associated tenants. |
| localAssociatedTenantIds | Collection(String) | The list of local associated tenant IDs. |
| localAssociatedTenantProvisioningActiveCount | String | The number of local associated tenants with active provisioning. |
| watermarkDateTime | DateTimeOffset | The date and time when the metrics snapshot was taken. |
None.
The following JSON representation shows the resource type.
Note
This abstract type is not returned in API responses. See concrete implementations.
{
"@odata.type": "#microsoft.graph.tenantGovernanceServices.billingMetricsBase",
"id": "String (identifier)",
"watermarkDateTime": "String (timestamp)",
"localAssociatedTenantCount": "String",
"localAssociatedTenantBillingManagementActiveCount": "String",
"localAssociatedTenantProvisioningActiveCount": "String",
"localAssociatedTenantIds": ["String"],
"foreignAssociatedTenantCount": "String",
"foreignAssociatedTenantBillingManagementActiveCount": "String",
"foreignAssociatedTenantProvisioningActiveCount": "String"
}