ManagementGroupsAPIOperationsMixin Class
- Inheritance
-
builtins.objectManagementGroupsAPIOperationsMixin
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
- check_name_availability_request
- CheckNameAvailabilityRequest
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.
start_tenant_backfill(**kwargs: Any) -> _models.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.
tenant_backfill_status(**kwargs: Any) -> _models.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
Feedback
Submit and view feedback for