CreateManagementGroupRequest Class

Management group creation parameters.

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

Inheritance
CreateManagementGroupRequest

Constructor

CreateManagementGroupRequest(*, name: Optional[str] = None, display_name: Optional[str] = None, details: Optional[azure.mgmt.managementgroups.models._models_py3.CreateManagementGroupDetails] = None, **kwargs)

Parameters

name
str
Required

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

display_name
str
Required

The friendly name of the management group. If no value is passed then this field will be set to the groupId.

details
CreateManagementGroupDetails
Required

The details of a management group used during creation.

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.

tenant_id
str

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

children
list[CreateManagementGroupChildInfo]

The list of children.