AggregatedCost interface
AggregatedCost を表すインターフェイス。
メソッド
| get |
現在の請求期間ごとの管理グループとすべての子管理グループの集計コストを提供します。 |
| get |
指定された請求期間に基づく管理グループとすべての子管理グループの集計コストを提供します |
メソッドの詳細
getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)
現在の請求期間ごとの管理グループとすべての子管理グループの集計コストを提供します。
function getByManagementGroup(managementGroupId: string, options?: AggregatedCostGetByManagementGroupOptionalParams): Promise<ManagementGroupAggregatedCostResult>
パラメーター
- managementGroupId
-
string
Azure 管理グループ ID。
オプション パラメーター。
戻り値
Promise<ManagementGroupAggregatedCostResult>
getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)
指定された請求期間に基づく管理グループとすべての子管理グループの集計コストを提供します
function getForBillingPeriodByManagementGroup(managementGroupId: string, billingPeriodName: string, options?: AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams): Promise<ManagementGroupAggregatedCostResult>
パラメーター
- managementGroupId
-
string
Azure 管理グループ ID。
- billingPeriodName
-
string
請求期間名。
オプション パラメーター。
戻り値
Promise<ManagementGroupAggregatedCostResult>