مشاركة عبر


AggregatedCost interface

واجهة تمثل AggregatedCost.

الأساليب

getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)

يوفر التكلفة الإجمالية لمجموعة إدارة وجميع مجموعات الإدارة التابعة حسب فترة الفوترة الحالية.

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

يوفر التكلفة الإجمالية لمجموعة إدارة وجميع مجموعات الإدارة التابعة حسب فترة الفوترة المحددة

تفاصيل الأسلوب

getByManagementGroup(string, AggregatedCostGetByManagementGroupOptionalParams)

يوفر التكلفة الإجمالية لمجموعة إدارة وجميع مجموعات الإدارة التابعة حسب فترة الفوترة الحالية.

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

المعلمات

managementGroupId

string

معرف مجموعة إدارة Azure.

options
AggregatedCostGetByManagementGroupOptionalParams

معلمات الخيارات.

المرتجعات

getForBillingPeriodByManagementGroup(string, string, AggregatedCostGetForBillingPeriodByManagementGroupOptionalParams)

يوفر التكلفة الإجمالية لمجموعة إدارة وجميع مجموعات الإدارة التابعة حسب فترة الفوترة المحددة

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

المعلمات

managementGroupId

string

معرف مجموعة إدارة Azure.

billingPeriodName

string

اسم فترة الفوترة.

المرتجعات