次の方法で共有


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。

options
AggregatedCostGetByManagementGroupOptionalParams

options パラメーター。

戻り値

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

指定された請求期間に基づく管理グループとすべての子管理グループの集計コストを提供します

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

パラメーター

managementGroupId

string

Azure 管理グループ ID。

billingPeriodName

string

請求期間名。

戻り値