AggregatedCostOperations interface

Interface representing a AggregatedCost operations.

Properties

getByManagementGroup

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

getForBillingPeriodByManagementGroup

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

Property Details

getByManagementGroup

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

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

Property Value

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

getForBillingPeriodByManagementGroup

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

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

Property Value

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