Dimensions interface

واجهة تمثل الأبعاد.

الأساليب

list(string, DimensionsListOptionalParams)

يسرد الأبعاد حسب النطاق المحدد.

listByExternalCloudProviderType(string, string, DimensionsByExternalCloudProviderTypeOptionalParams)

يسرد الأبعاد حسب نوع موفر السحابة الخارجي.

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

list(string, DimensionsListOptionalParams)

يسرد الأبعاد حسب النطاق المحدد.

function list(scope: string, options?: DimensionsListOptionalParams): PagedAsyncIterableIterator<Dimension, Dimension[], PageSettings>

المعلمات

scope

string

النطاق المقترن بعمليات الأبعاد. يتضمن ذلك '/subscriptions/{subscriptionId}/' لنطاق الاشتراك، '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' لنطاق resourceGroup، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' لنطاق حساب الفوترة، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' لنطاق القسم، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ enrollmentAccountId}' لنطاق EnrollmentAccount، '/providers/Microsoft.Management/managementGroups/{managementGroupId}' لنطاق مجموعة الإدارة، '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}' لنطاق billingProfile، 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' لنطاق invoiceSection و'providers/Microsoft. الفوترة/حسابات الفواتير/{billingAccountId}/customers/{customerId}' الخاصة بالشركاء.

options
DimensionsListOptionalParams

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

المرتجعات

listByExternalCloudProviderType(string, string, DimensionsByExternalCloudProviderTypeOptionalParams)

يسرد الأبعاد حسب نوع موفر السحابة الخارجي.

function listByExternalCloudProviderType(externalCloudProviderType: string, externalCloudProviderId: string, options?: DimensionsByExternalCloudProviderTypeOptionalParams): PagedAsyncIterableIterator<Dimension, Dimension[], PageSettings>

المعلمات

externalCloudProviderType

string

نوع موفر السحابة الخارجي المقترن بعمليات البعد/الاستعلام. يتضمن ذلك "الاشتراكات الخارجية" للحساب المرتبط و"حسابات الفواتير الخارجية" للحساب الموحد.

externalCloudProviderId

string

يمكن أن يكون هذا '{externalSubscriptionId}' للحساب المرتبط أو '{externalBillingAccountId}' للحساب الموحد المستخدم مع عمليات البعد/الاستعلام.

options
DimensionsByExternalCloudProviderTypeOptionalParams

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

المرتجعات