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.

check_name_availability(check_name_availability_request: '_models.CheckNameAvailabilityRequest', **kwargs: Any) -> _models.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.

start_tenant_backfill(**kwargs: Any) -> _models.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.

tenant_backfill_status(**kwargs: Any) -> _models.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