ManagementGroupAggregatedCostProperties Class

The properties of the Management Group Aggregated Cost.

Constructor

ManagementGroupAggregatedCostProperties(*args: Any, **kwargs: Any)

Variables

Name Description
billing_period_id
str

The id of the billing period resource that the aggregated cost belongs to.

usage_start

The start of the date time range covered by aggregated cost.

usage_end

The end of the date time range covered by the aggregated cost.

azure_charges

Azure Charges.

marketplace_charges

Marketplace Charges.

charges_billed_separately

Charges Billed Separately.

currency
str

The ISO currency in which the meter is charged, for example, USD.

children

Children of a management group.

included_subscriptions

List of subscription Guids included in the calculation of aggregated cost.

excluded_subscriptions

List of subscription Guids excluded from the calculation of aggregated cost.

Attributes

azure_charges

Azure Charges.

azure_charges: Decimal | None

billing_period_id

The id of the billing period resource that the aggregated cost belongs to.

billing_period_id: str | None

charges_billed_separately

Charges Billed Separately.

charges_billed_separately: Decimal | None

children

Children of a management group.

children: list['_models.ManagementGroupAggregatedCostResult'] | None

currency

The ISO currency in which the meter is charged, for example, USD.

currency: str | None

excluded_subscriptions

List of subscription Guids excluded from the calculation of aggregated cost.

excluded_subscriptions: list[str] | None

included_subscriptions

List of subscription Guids included in the calculation of aggregated cost.

included_subscriptions: list[str] | None

marketplace_charges

Marketplace Charges.

marketplace_charges: Decimal | None

usage_end

The end of the date time range covered by the aggregated cost.

usage_end: datetime | None

usage_start

The start of the date time range covered by aggregated cost.

usage_start: datetime | None