AggregatedCostOperations interface
集計コスト操作を表すインターフェース。
プロパティ
| get |
現在の請求期間ごとの管理グループとすべての子管理グループの集計コストを提供します。 |
| get |
指定された請求期間に基づく管理グループとすべての子管理グループの集計コストを提供します |
プロパティの詳細
getByManagementGroup
現在の請求期間ごとの管理グループとすべての子管理グループの集計コストを提供します。
getByManagementGroup: (managementGroupId: string, options?: AggregatedCostGetByManagementGroupOptionalParams) => Promise<ManagementGroupAggregatedCostResult>
プロパティ値
(managementGroupId: string, options?: AggregatedCostGetByManagementGroupOptionalParams) => Promise<ManagementGroupAggregatedCostResult>
getForBillingPeriodByManagementGroup
指定された請求期間に基づく管理グループとすべての子管理グループの集計コストを提供します
getForBillingPeriodByManagementGroup: (managementGroupId: string, billingPeriodName: string, options?: AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams) => Promise<ManagementGroupAggregatedCostResult>
プロパティ値
(managementGroupId: string, billingPeriodName: string, options?: AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams) => Promise<ManagementGroupAggregatedCostResult>