CreateManagementGroupRequest Class

Management group creation parameters.

Constructor

CreateManagementGroupRequest(*args: Any, **kwargs: Any)

Variables

Name Description
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.

properties

The generic properties of a management group used during creation.

Attributes

id

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

id: str | None

name

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

name: str | None

properties

The generic properties of a management group used during creation.

properties: _models.CreateManagementGroupProperties | None

type

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

type: str | None