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}', 부서 범위의 경우 '/providers/Microsoft.Billing/billingAccountId}/departments/{departmentId}', '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{ EnrollmentAccount 범위에 대한 enrollmentAccountId}', 관리 그룹 범위의 경우 '/providers/Microsoft.Management/managementGroups/{managementGroupId}', billingProfile 범위의 경우 '/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfileId}' invoiceSection 범위에 대한 'providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/invoiceSections/{invoiceSectionId}' 및 'providers/Microsoft. 파트너에 대한 청구/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}'일 수 있습니다.
옵션 매개 변수입니다.