Skip to content

Latest commit

 

History

History
70 lines (56 loc) · 2.82 KB

File metadata and controls

70 lines (56 loc) · 2.82 KB
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

billingMetricsBase resource type

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.

Properties

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.

Relationships

None.

JSON representation

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