Dimensions interface
ディメンションを表すインターフェイス。
メソッド
list(string, Dimensions |
定義されたスコープ別のディメンションを一覧表示します。 |
list |
外部クラウド プロバイダーの種類別のディメンションを一覧表示します。 |
メソッドの詳細
list(string, DimensionsListOptionalParams)
定義されたスコープ別のディメンションを一覧表示します。
function list(scope: string, options?: DimensionsListOptionalParams): PagedAsyncIterableIterator<Dimension, Dimension[], PageSettings>
パラメーター
- scope
-
string
ディメンション操作に関連付けられているスコープ。 これには、サブスクリプション スコープの '/subscriptions/{subscriptionId}/'、resourceGroup スコープの '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' が含まれます。 '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}' for Department scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' for EnrollmentAccount scope, '/providers/Microsoft.Management/managementGroups/{managementGroupId}' for Management Group scope, billingProfile スコープの場合は '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfileId}'、invoiceSection スコープの場合は 'providers/Microsoft.Billing/billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}'、invoiceSection スコープの場合は 'providers/Microsoft)。Billing/billingAccounts/{billingAccountId}/customers/{customerId}' はパートナーに固有です。
- options
- DimensionsListOptionalParams
options パラメーター。
戻り値
listByExternalCloudProviderType(string, string, DimensionsByExternalCloudProviderTypeOptionalParams)
外部クラウド プロバイダーの種類別のディメンションを一覧表示します。
function listByExternalCloudProviderType(externalCloudProviderType: string, externalCloudProviderId: string, options?: DimensionsByExternalCloudProviderTypeOptionalParams): PagedAsyncIterableIterator<Dimension, Dimension[], PageSettings>
パラメーター
- externalCloudProviderType
-
string
ディメンション/クエリ操作に関連付けられている外部クラウド プロバイダーの種類。 これには、リンクされたアカウントの 'externalSubscriptions' と統合アカウントの 'externalBillingAccounts' が含まれます。
- externalCloudProviderId
-
string
これは、リンクされたアカウントの場合は '{externalSubscriptionId}'、ディメンション/クエリ操作で使用される統合アカウントの場合は '{externalBillingAccountId}' にすることができます。
options パラメーター。
戻り値
Azure SDK for JavaScript