다음을 통해 공유


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

옵션 매개 변수입니다.

반환

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

지정된 청구 기간별 관리 그룹 및 모든 자식 관리 그룹의 집계 비용을 제공합니다.

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

매개 변수

managementGroupId

string

Azure 관리 그룹 ID입니다.

billingPeriodName

string

청구 기간 이름입니다.

반환