ManagementGroupsAPIOperationsMixin Class

Inheritance
builtins.object
ManagementGroupsAPIOperationsMixin

Constructor

ManagementGroupsAPIOperationsMixin()

Methods

check_name_availability

Checks if the specified management group name is valid and unique.

start_tenant_backfill

Starts backfilling subscriptions for the Tenant.

tenant_backfill_status

Gets tenant backfill status.

check_name_availability

Checks if the specified management group name is valid and unique.

async check_name_availability(check_name_availability_request: CheckNameAvailabilityRequest, **kwargs: Any) -> CheckNameAvailabilityResult

Parameters

Name Description
check_name_availability_request
Required

Management group name availability check parameters.

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

CheckNameAvailabilityResult, or the result of cls(response)

Exceptions

Type Description

start_tenant_backfill

Starts backfilling subscriptions for the Tenant.

async start_tenant_backfill(**kwargs: Any) -> TenantBackfillStatusResult

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

TenantBackfillStatusResult, or the result of cls(response)

Exceptions

Type Description

tenant_backfill_status

Gets tenant backfill status.

async tenant_backfill_status(**kwargs: Any) -> TenantBackfillStatusResult

Keyword-Only Parameters

Name Description
cls

A custom type or function that will be passed the direct response

Returns

Type Description

TenantBackfillStatusResult, or the result of cls(response)

Exceptions

Type Description