共用方式為


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