你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AggregatedCost interface

表示 AggregatedCost 的接口。

方法

getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)

按当前计费周期提供管理组和所有子管理组的总成本。

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

按指定的计费周期提供管理组和所有子管理组的总成本

方法详细信息

getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)

按当前计费周期提供管理组和所有子管理组的总成本。

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

参数

managementGroupId

string

Azure 管理组 ID。

返回

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

按指定的计费周期提供管理组和所有子管理组的总成本

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

参数

managementGroupId

string

Azure 管理组 ID。

billingPeriodName

string

计费周期名称。

返回