CreateManagementGroupChildInfo Class

The child information of a management group used during creation.

Constructor

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

Variables

Name Description
type

The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups). Known values are: "Microsoft.Management/managementGroups" and "/subscriptions".

id
str

The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

name
str

The name of the child entity.

display_name
str

The friendly name of the child resource.

children

The list of children.

Attributes

children

The list of children.

children: list['_models.CreateManagementGroupChildInfo'] | None

display_name

The friendly name of the child resource.

display_name: str | None

id

The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

id: str | None

name

The name of the child entity.

name: str | None

type

The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups). Known values are: "Microsoft.Management/managementGroups" and "/subscriptions".

type: str | _models.ManagementGroupChildType | None