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.operations.ManagementGroupsOperations
ivar management_group_subscriptions: ManagementGroupSubscriptionsOperations operations
vartype management_group_subscriptions: azure.mgmt.managementgroups.operations.ManagementGroupSubscriptionsOperations
ivar hierarchy_settings: HierarchySettingsOperations operations
vartype hierarchy_settings: azure.mgmt.managementgroups.operations.HierarchySettingsOperations
ivar operations: Operations operations
vartype operations: azure.mgmt.managementgroups.operations.Operations
ivar entities: EntitiesOperations operations
vartype entities: azure.mgmt.managementgroups.operations.EntitiesOperations
param credential: Credential needed for the client to connect to Azure.
type credential: ~azure.core.credentials.TokenCredential
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.
- Inheritance
-
azure.mgmt.managementgroups.operations._management_groups_api_operations.ManagementGroupsAPIOperationsMixinManagementGroupsAPI
Constructor
ManagementGroupsAPI(credential: 'TokenCredential', base_url: str | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
|
base_url
|
Default value: None
|
Methods
close |
close
close() -> None
Azure SDK for Python