Dimensions interface
차원을 나타내는 인터페이스입니다.
메서드
list(string, Dimensions |
정의된 scope 따라 차원을 나열합니다. |
list |
외부 클라우드 공급자 유형별 차원을 나열합니다. |
메서드 세부 정보
list(string, DimensionsListOptionalParams)
정의된 scope 따라 차원을 나열합니다.
function list(scope: string, options?: DimensionsListOptionalParams): PagedAsyncIterableIterator<Dimension, Dimension[], PageSettings>
매개 변수
- scope
-
string
차원 작업과 연결된 scope. 여기에는 구독 scope 대한 '/subscriptions/{subscriptionId}/'가 포함됩니다. '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for resourceGroup scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}' for Billing Account scope, '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/{billingAccountId}' 부서 scope EnrollmentAccount scope 대한 , '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}' 관리 그룹 scope '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}'에 대한 '/providers/Microsoft.Management/managementGroups/{managementGroupId}' scope invoiceSection scope 대한 ' providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' 및 파트너에 대한 특정 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/customers/{customerId}'
- options
- DimensionsListOptionalParams
옵션 매개 변수입니다.
반환
listByExternalCloudProviderType(string, string, DimensionsByExternalCloudProviderTypeOptionalParams)
외부 클라우드 공급자 유형별 차원을 나열합니다.
function listByExternalCloudProviderType(externalCloudProviderType: string, externalCloudProviderId: string, options?: DimensionsByExternalCloudProviderTypeOptionalParams): PagedAsyncIterableIterator<Dimension, Dimension[], PageSettings>
매개 변수
- externalCloudProviderType
-
string
차원/쿼리 작업과 연결된 외부 클라우드 공급자 유형입니다. 여기에는 연결된 계정에 대한 'externalSubscriptions'와 통합 계정에 대한 'externalBillingAccounts'가 포함됩니다.
- externalCloudProviderId
-
string
연결된 계정의 경우 '{externalSubscriptionId}' 또는 차원/쿼리 작업에 사용되는 통합 계정의 경우 '{externalBillingAccountId}'일 수 있습니다.
옵션 매개 변수입니다.
반환
Azure SDK for JavaScript