ManagementGroupChildInfo Class
The child information of a management group.
- Inheritance
-
msrest.serialization.ModelManagementGroupChildInfo
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
|
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
|
The name of the child entity. |
display_name
Required
|
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
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python