ManagementGroupChildInfo interface
The child information of a management group.
Properties
| children | The list of children. |
| display |
The friendly name of the child resource. |
| id | The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 |
| name | The name of the child entity. |
| type | The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups) |
Property Details
children
The list of children.
children?: ManagementGroupChildInfo[]
Property Value
displayName
The friendly name of the child resource.
displayName?: string
Property Value
string
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?: string
Property Value
string
name
The name of the child entity.
name?: string
Property Value
string
type
The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups)
type?: string
Property Value
string