AggregatedCost interface
Interface representing a AggregatedCost.
Methods
get |
Provides the aggregate cost of a management group and all child management groups by current billing period. |
get |
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.
The options parameters.
Returns
Promise<ManagementGroupAggregatedCostResult>
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.
The options parameters.
Returns
Promise<ManagementGroupAggregatedCostResult>