Table of Contents

Class ManagementGroupParentCreateOptions

Namespace
Azure.ResourceManager.ManagementGroups.Models
Assembly
Azure.ResourceManager.dll

(Optional) The ID of the parent management group used during creation.

public class ManagementGroupParentCreateOptions : IJsonModel<ManagementGroupParentCreateOptions>, IPersistableModel<ManagementGroupParentCreateOptions>
Inheritance
ManagementGroupParentCreateOptions
Implements
Inherited Members

Constructors

ManagementGroupParentCreateOptions()

Initializes a new instance of ManagementGroupParentCreateOptions.

public ManagementGroupParentCreateOptions()

Properties

DisplayName

The friendly name of the parent management group.

public string DisplayName { get; }

Property Value

string

Id

The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

public string Id { get; set; }

Property Value

string

Name

The name of the parent management group.

public string Name { get; }

Property Value

string