Table of Contents

Class ParentManagementGroupInfo

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

(Optional) The ID of the parent management group.

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

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; }

Property Value

string

Name

The name of the parent management group.

public string Name { get; }

Property Value

string