azure.mgmt.managementgroups package

Module contents

class azure.mgmt.managementgroups.ManagementGroupsAPI(credential: TokenCredential, base_url: str = 'https://management.azure.com', **kwargs: Any)[source]

Bases: azure.mgmt.managementgroups.operations._management_groups_api_operations.ManagementGroupsAPIOperationsMixin

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.

Variables
Parameters
Keyword Arguments
  • api_version (str) – Api Version. Default value is “2021-04-01”. Note that overriding this default value may result in unsupported behavior.

  • polling_interval (int) – Default waiting time between two polls for LRO operations if no Retry-After header is present.

close()None[source]