Aracılığıyla paylaş


ManagementGroupChildInfo Class

The child information of a management group.

Inheritance
msrest.serialization.Model
ManagementGroupChildInfo

Constructor

ManagementGroupChildInfo(*, type: str | ManagementGroupChildType | None = None, id: str | None = None, name: str | None = None, display_name: str | None = None, children: List[ManagementGroupChildInfo] | None = None, **kwargs)

Parameters

Name Description
type
Required

The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups). Possible values include: "Microsoft.Management/managementGroups", "/subscriptions".

id
Required
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
Required
str

The name of the child entity.

display_name
Required
str

The friendly name of the child resource.

children
Required

The list of children.

Keyword-Only Parameters

Name Description
type
Required
id
Required
name
Required
display_name
Required
children
Required