Class ManagementGroupChildOptions
- Namespace
- Azure.ResourceManager.ManagementGroups.Models
- Assembly
- Azure.ResourceManager.dll
The child information of a management group used during creation.
public class ManagementGroupChildOptions : IJsonModel<ManagementGroupChildOptions>, IPersistableModel<ManagementGroupChildOptions>
- Inheritance
-
ManagementGroupChildOptions
- Implements
-
IJsonModel<ManagementGroupChildOptions>IPersistableModel<ManagementGroupChildOptions>
- Inherited Members
Properties
ChildType
The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups).
public ManagementGroupChildType? ChildType { get; }
Property Value
Children
The list of children.
public IReadOnlyList<ManagementGroupChildOptions> Children { get; }
Property Value
DisplayName
The friendly name of the child resource.
public string DisplayName { get; }
Property Value
Id
The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.
public string Id { get; }
Property Value
Name
The name of the child entity.
public string Name { get; }