ManagementGroupAggregatedCostResult interface
A management group aggregated cost resource.
- Extends
Properties
| azure |
Azure Charges. |
| billing |
The id of the billing period resource that the aggregated cost belongs to. |
| charges |
Charges Billed Separately. |
| children | Children of a management group |
| currency | The ISO currency in which the meter is charged, for example, USD. |
| etag | The etag for the resource. |
| excluded |
List of subscription Guids excluded from the calculation of aggregated cost |
| included |
List of subscription Guids included in the calculation of aggregated cost |
| marketplace |
Marketplace Charges. |
| tags | Resource tags. |
| usage |
The end of the date time range covered by the aggregated cost. |
| usage |
The start of the date time range covered by aggregated cost. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
azureCharges
Azure Charges.
azureCharges?: number
Property Value
number
billingPeriodId
The id of the billing period resource that the aggregated cost belongs to.
billingPeriodId?: string
Property Value
string
chargesBilledSeparately
Charges Billed Separately.
chargesBilledSeparately?: number
Property Value
number
children
Children of a management group
children?: ManagementGroupAggregatedCostResult[]
Property Value
currency
The ISO currency in which the meter is charged, for example, USD.
currency?: string
Property Value
string
etag
The etag for the resource.
etag?: string
Property Value
string
excludedSubscriptions
List of subscription Guids excluded from the calculation of aggregated cost
excludedSubscriptions?: string[]
Property Value
string[]
includedSubscriptions
List of subscription Guids included in the calculation of aggregated cost
includedSubscriptions?: string[]
Property Value
string[]
marketplaceCharges
Marketplace Charges.
marketplaceCharges?: number
Property Value
number
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
usageEnd
The end of the date time range covered by the aggregated cost.
usageEnd?: Date
Property Value
Date
usageStart
The start of the date time range covered by aggregated cost.
usageStart?: Date
Property Value
Date
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From Resource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From Resource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From Resource.type