ManagementGroup Class

The management group details.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ManagementGroup

Constructor

ManagementGroup(*, tenant_id: Optional[str] = None, display_name: Optional[str] = None, details: Optional[azure.mgmt.managementgroups.models._models_py3.ManagementGroupDetails] = None, children: Optional[List[azure.mgmt.managementgroups.models._models_py3.ManagementGroupChildInfo]] = None, **kwargs)

Parameters

tenant_id
str
Required

The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000.

display_name
str
Required

The friendly name of the management group.

details
ManagementGroupDetails
Required

The details of a management group.

children
list[ManagementGroupChildInfo]
Required

The list of children.

Variables

id
str

The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

type
str

The type of the resource. For example, Microsoft.Management/managementGroups.

name
str

The name of the management group. For example, 00000000-0000-0000-0000-000000000000.