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: azure.mgmt.managementgroups.models._models_py3.CheckNameAvailabilityRequest, **kwargs: Any) -> azure.mgmt.managementgroups.models._models_py3.CheckNameAvailabilityResult

Parameters

check_name_availability_request
CheckNameAvailabilityRequest
Required

Management group name availability check parameters.

cls
callable

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

Returns

CheckNameAvailabilityResult, or the result of cls(response)

Return type

Exceptions

start_tenant_backfill

Starts backfilling subscriptions for the Tenant.

async start_tenant_backfill(**kwargs: Any) -> azure.mgmt.managementgroups.models._models_py3.TenantBackfillStatusResult

Parameters

cls
callable

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

Returns

TenantBackfillStatusResult, or the result of cls(response)

Return type

Exceptions

tenant_backfill_status

Gets tenant backfill status.

async tenant_backfill_status(**kwargs: Any) -> azure.mgmt.managementgroups.models._models_py3.TenantBackfillStatusResult

Parameters

cls
callable

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

Returns

TenantBackfillStatusResult, or the result of cls(response)

Return type

Exceptions