Class ManagementGroupCreateOrUpdateContent
- Namespace
- Azure.ResourceManager.ManagementGroups.Models
- Assembly
- Azure.ResourceManager.dll
Management group creation parameters.
public class ManagementGroupCreateOrUpdateContent : IJsonModel<ManagementGroupCreateOrUpdateContent>, IPersistableModel<ManagementGroupCreateOrUpdateContent>
- Inheritance
-
ManagementGroupCreateOrUpdateContent
- Implements
-
IJsonModel<ManagementGroupCreateOrUpdateContent>IPersistableModel<ManagementGroupCreateOrUpdateContent>
- Inherited Members
Constructors
ManagementGroupCreateOrUpdateContent()
Initializes a new instance of ManagementGroupCreateOrUpdateContent.
public ManagementGroupCreateOrUpdateContent()
Properties
Children
The list of children.
public IReadOnlyList<ManagementGroupChildOptions> Children { get; }
Property Value
Details
The details of a management group used during creation.
public CreateManagementGroupDetails Details { get; set; }
Property Value
DisplayName
The friendly name of the management group. If no value is passed then this field will be set to the groupId.
public string DisplayName { get; set; }
Property Value
Id
The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.
public string Id { get; }
Property Value
Name
The name of the management group. For example, 00000000-0000-0000-0000-000000000000.
public string Name { get; set; }
Property Value
ResourceType
The type of the resource. For example, Microsoft.Management/managementGroups.
public ResourceType? ResourceType { get; }
Property Value
- ResourceType?
TenantId
The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000.
public Guid? TenantId { get; }
Property Value
- Guid?