ManagementGroup Class

Definition

The management group details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagementGroup : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagementGroup = class
    interface IResource
Public Class ManagementGroup
Implements IResource
Inheritance
ManagementGroup
Attributes
Implements

Constructors

ManagementGroup()

Initializes a new instance of the ManagementGroup class.

ManagementGroup(String, String, String, String, String, ManagementGroupDetails, IList<ManagementGroupChildInfo>)

Initializes a new instance of the ManagementGroup class.

Properties

Children

Gets or sets the list of children.

Details

Gets or sets details

DisplayName

Gets or sets the friendly name of the management group.

Id

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

Name

Gets the name of the management group. For example, 00000000-0000-0000-0000-000000000000

TenantId

Gets or sets the AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000

Type

Gets the type of the resource. For example, Microsoft.Management/managementGroups

Applies to