Skip to main content

aggregated_cost_for_billing_period_by_management_groups

Creates, updates, deletes, gets or lists a aggregated_cost_for_billing_period_by_management_groups resource.

Overview

Nameaggregated_cost_for_billing_period_by_management_groups
TypeResource
Idazure.consumption.aggregated_cost_for_billing_period_by_management_groups

Fields

NameDatatypeDescription
idtextThe full qualified ARM ID of an event.
nametextThe ID that uniquely identifies an event.
azure_chargestextfield from the properties object
billingPeriodNametextfield from the properties object
billing_period_idtextfield from the properties object
charges_billed_separatelytextfield from the properties object
childrentextfield from the properties object
currencytextfield from the properties object
etagtextThe etag for the resource.
excluded_subscriptionstextfield from the properties object
included_subscriptionstextfield from the properties object
managementGroupIdtextfield from the properties object
marketplace_chargestextfield from the properties object
tagstextResource tags.
typetextResource type.
usage_endtextfield from the properties object
usage_starttextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTbillingPeriodName, managementGroupIdProvides the aggregate cost of a management group and all child management groups by specified billing period

SELECT examples

Provides the aggregate cost of a management group and all child management groups by specified billing period

SELECT
id,
name,
azure_charges,
billingPeriodName,
billing_period_id,
charges_billed_separately,
children,
currency,
etag,
excluded_subscriptions,
included_subscriptions,
managementGroupId,
marketplace_charges,
tags,
type,
usage_end,
usage_start
FROM azure.consumption.vw_aggregated_cost_for_billing_period_by_management_groups
WHERE billingPeriodName = '{{ billingPeriodName }}'
AND managementGroupId = '{{ managementGroupId }}';