다음을 통해 공유


ManagementGroupsAPI class

Extends

생성자

ManagementGroupsAPI(TokenCredential, ManagementGroupsAPIOptionalParams)

ManagementGroupsAPI 클래스의 새 인스턴스를 초기화합니다.

속성

$host
apiVersion
entities
hierarchySettingsOperations
managementGroups
managementGroupSubscriptions
operations

상속된 속성

pipeline

이 클라이언트가 요청을 만드는 데 사용하는 파이프라인

메서드

checkNameAvailability(CheckNameAvailabilityRequest, CheckNameAvailabilityOptionalParams)

지정된 관리 그룹 이름이 유효하고 고유한지 확인합니다.

startTenantBackfill(StartTenantBackfillOptionalParams)

테넌트 구독의 백필을 시작합니다.

tenantBackfillStatus(TenantBackfillStatusOptionalParams)

테넌트 백필 상태를 가져옵니다.

상속된 메서드

sendOperationRequest<T>(OperationArguments, OperationSpec)

제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.

sendRequest(PipelineRequest)

제공된 httpRequest를 보냅니다.

생성자 세부 정보

ManagementGroupsAPI(TokenCredential, ManagementGroupsAPIOptionalParams)

ManagementGroupsAPI 클래스의 새 인스턴스를 초기화합니다.

new ManagementGroupsAPI(credentials: TokenCredential, options?: ManagementGroupsAPIOptionalParams)

매개 변수

credentials
TokenCredential

클라이언트 구독을 고유하게 식별하는 구독 자격 증명입니다.

options
ManagementGroupsAPIOptionalParams

매개 변수 옵션

속성 세부 정보

$host

$host: string

속성 값

string

apiVersion

apiVersion: string

속성 값

string

entities

entities: Entities

속성 값

hierarchySettingsOperations

hierarchySettingsOperations: HierarchySettingsOperations

속성 값

managementGroups

managementGroups: ManagementGroups

속성 값

managementGroupSubscriptions

managementGroupSubscriptions: ManagementGroupSubscriptions

속성 값

operations

operations: Operations

속성 값

상속된 속성 세부 정보

pipeline

이 클라이언트가 요청을 만드는 데 사용하는 파이프라인

pipeline: Pipeline

속성 값

coreClient.ServiceClient.pipeline에서 상속됨

메서드 세부 정보

checkNameAvailability(CheckNameAvailabilityRequest, CheckNameAvailabilityOptionalParams)

지정된 관리 그룹 이름이 유효하고 고유한지 확인합니다.

function checkNameAvailability(checkNameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityOptionalParams): Promise<CheckNameAvailabilityResult>

매개 변수

checkNameAvailabilityRequest
CheckNameAvailabilityRequest

관리 그룹 이름 가용성 검사 매개 변수.

options
CheckNameAvailabilityOptionalParams

옵션 매개 변수입니다.

반환

startTenantBackfill(StartTenantBackfillOptionalParams)

테넌트 구독의 백필을 시작합니다.

function startTenantBackfill(options?: StartTenantBackfillOptionalParams): Promise<TenantBackfillStatusResult>

매개 변수

options
StartTenantBackfillOptionalParams

옵션 매개 변수입니다.

반환

tenantBackfillStatus(TenantBackfillStatusOptionalParams)

테넌트 백필 상태를 가져옵니다.

function tenantBackfillStatus(options?: TenantBackfillStatusOptionalParams): Promise<TenantBackfillStatusResult>

매개 변수

options
TenantBackfillStatusOptionalParams

옵션 매개 변수입니다.

반환

상속된 메서드 세부 정보

sendOperationRequest<T>(OperationArguments, OperationSpec)

제공된 OperationSpec을 사용하여 채워진 HTTP 요청을 보냅니다.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

매개 변수

operationArguments
OperationArguments

HTTP 요청의 템플릿 값이 채워질 인수입니다.

operationSpec
OperationSpec

httpRequest를 채우는 데 사용할 OperationSpec입니다.

반환

Promise<T>

coreClient.ServiceClient.sendOperationRequest에서 상속됨

sendRequest(PipelineRequest)

제공된 httpRequest를 보냅니다.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

매개 변수

request
PipelineRequest

반환

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest에서 상속됨