AggregatedCost interface

Interface representing a AggregatedCost.

Methods

getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)

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

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

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

Method Details

getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)

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

function getByManagementGroup(managementGroupId: string, options?: AggregatedCostGetByManagementGroupOptionalParams): Promise<ManagementGroupAggregatedCostResult>

Parameters

managementGroupId

string

Azure Management Group ID.

options
AggregatedCostGetByManagementGroupOptionalParams

The options parameters.

Returns

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

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

function getForBillingPeriodByManagementGroup(managementGroupId: string, billingPeriodName: string, options?: AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams): Promise<ManagementGroupAggregatedCostResult>

Parameters

managementGroupId

string

Azure Management Group ID.

billingPeriodName

string

Billing Period Name.

Returns