ManagementGroupsAPI Class 
The Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
ivar management_groups: ManagementGroupsOperations operations
vartype management_groups: azure.mgmt.managementgroups.aio.operations.ManagementGroupsOperations
ivar management_group_subscriptions: ManagementGroupSubscriptionsOperations operations
vartype management_group_subscriptions: azure.mgmt.managementgroups.aio.operations.ManagementGroupSubscriptionsOperations
ivar hierarchy_settings: HierarchySettingsOperations operations
vartype hierarchy_settings: azure.mgmt.managementgroups.aio.operations.HierarchySettingsOperations
ivar operations: Operations operations
vartype operations: azure.mgmt.managementgroups.aio.operations.Operations
ivar entities: EntitiesOperations operations
vartype entities: azure.mgmt.managementgroups.aio.operations.EntitiesOperations
param credential: Credential needed for the client to connect to Azure.
type credential: ~azure.core.credentials_async.AsyncTokenCredential
param str base_url: Service URL
keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.
Constructor
ManagementGroupsAPI(credential: AsyncTokenCredential, base_url: str | None = None, **kwargs: Any)Parameters
| Name | Description | 
|---|---|
| credential 
				Required
			 |  | 
| base_url | Default value: None | 
Methods
| close | 
close
async close() -> None