Freigeben über


Dimensions interface

Schnittstelle, die ein Dimensions darstellt.

Methoden

list(string, DimensionsListOptionalParams)

Listet die Dimensionen nach dem definierten Bereich auf.

listByExternalCloudProviderType(string, string, DimensionsByExternalCloudProviderTypeOptionalParams)

Listet die Dimensionen nach dem externen Cloudanbietertyp auf.

Details zur Methode

list(string, DimensionsListOptionalParams)

Listet die Dimensionen nach dem definierten Bereich auf.

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

Parameter

scope

string

Der Bereich, der Dimensionsvorgängen zugeordnet ist. Dies schließt "/subscriptions/{subscriptionId}/" für den Abonnementbereich ein. '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, '/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}' für den Bereich EnrollmentAccount, "/providers/Microsoft.Management/managementGroups/{managementGroupId}" für verwaltungsgruppenbereich, "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}" für billingProfile-Bereich, "providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}" für den bereich invoiceSection und "providers/Microsoft. Billing/billingAccounts/{billingAccountId}/customers/{customerId}' spezifisch für Partner.

options
DimensionsListOptionalParams

Die Optionsparameter.

Gibt zurück

listByExternalCloudProviderType(string, string, DimensionsByExternalCloudProviderTypeOptionalParams)

Listet die Dimensionen nach dem externen Cloudanbietertyp auf.

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

Parameter

externalCloudProviderType

string

Der externe Cloudanbietertyp, der Dimensions-/Abfragevorgängen zugeordnet ist. Dies umfasst "externalSubscriptions" für verknüpfte Konten und "externalBillingAccounts" für ein konsolidiertes Konto.

externalCloudProviderId

string

Dies kann "{externalSubscriptionId}" für das verknüpfte Konto oder "{externalBillingAccountId}" für ein konsolidiertes Konto sein, das mit Dimensions-/Abfragevorgängen verwendet wird.

Gibt zurück