ManagementGroupsAPI class

Extends

Constructors

ManagementGroupsAPI(TokenCredential, ManagementGroupsAPIOptionalParams)

Initializes a new instance of the ManagementGroupsAPI class.

Properties

$host
apiVersion
entities
hierarchySettingsOperations
managementGroups
managementGroupSubscriptions
operations

Inherited Properties

pipeline

The pipeline used by this client to make requests

Methods

checkNameAvailability(CheckNameAvailabilityRequest, CheckNameAvailabilityOptionalParams)

Checks if the specified management group name is valid and unique

startTenantBackfill(StartTenantBackfillOptionalParams)

Starts backfilling subscriptions for the Tenant.

tenantBackfillStatus(TenantBackfillStatusOptionalParams)

Gets tenant backfill status

Inherited Methods

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

sendRequest(PipelineRequest)

Send the provided httpRequest.

Constructor Details

ManagementGroupsAPI(TokenCredential, ManagementGroupsAPIOptionalParams)

Initializes a new instance of the ManagementGroupsAPI class.

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

Parameters

credentials
TokenCredential

Subscription credentials which uniquely identify client subscription.

options
ManagementGroupsAPIOptionalParams

The parameter options

Property Details

$host

$host: string

Property Value

string

apiVersion

apiVersion: string

Property Value

string

entities

entities: Entities

Property Value

hierarchySettingsOperations

hierarchySettingsOperations: HierarchySettingsOperations

Property Value

managementGroups

managementGroups: ManagementGroups

Property Value

managementGroupSubscriptions

managementGroupSubscriptions: ManagementGroupSubscriptions

Property Value

operations

operations: Operations

Property Value

Inherited Property Details

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value

Inherited From coreClient.ServiceClient.pipeline

Method Details

checkNameAvailability(CheckNameAvailabilityRequest, CheckNameAvailabilityOptionalParams)

Checks if the specified management group name is valid and unique

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

Parameters

checkNameAvailabilityRequest
CheckNameAvailabilityRequest

Management group name availability check parameters.

options
CheckNameAvailabilityOptionalParams

The options parameters.

Returns

startTenantBackfill(StartTenantBackfillOptionalParams)

Starts backfilling subscriptions for the Tenant.

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

Parameters

options
StartTenantBackfillOptionalParams

The options parameters.

Returns

tenantBackfillStatus(TenantBackfillStatusOptionalParams)

Gets tenant backfill status

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

Parameters

options
TenantBackfillStatusOptionalParams

The options parameters.

Returns

Inherited Method Details

sendOperationRequest<T>(OperationArguments, OperationSpec)

Send an HTTP request that is populated using the provided OperationSpec.

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

Parameters

operationArguments
OperationArguments

The arguments that the HTTP request's templated values will be populated from.

operationSpec
OperationSpec

The OperationSpec to use to populate the httpRequest.

Returns

Promise<T>

Inherited From coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Send the provided httpRequest.

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

Parameters

request
PipelineRequest

Returns

Promise<PipelineResponse>

Inherited From coreClient.ServiceClient.sendRequest