EntityHierarchyItem Class

Definition

The management group details for the hierarchy view.

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

Constructors

EntityHierarchyItem()

Initializes a new instance of the EntityHierarchyItem class.

EntityHierarchyItem(String, String, String, String, String, IList<EntityHierarchyItem>)

Initializes a new instance of the EntityHierarchyItem class.

Properties

Children

Gets or sets the list of children.

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

Permissions

Gets or sets permissions

Type

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

Applies to