EntityHierarchyItem Constructors

Definition

Overloads

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.

EntityHierarchyItem()

Initializes a new instance of the EntityHierarchyItem class.

public EntityHierarchyItem ();
Public Sub New ()

Applies to

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

Initializes a new instance of the EntityHierarchyItem class.

public EntityHierarchyItem (string id = default, string type = default, string name = default, string displayName = default, string permissions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.EntityHierarchyItem> children = default);
new Microsoft.Azure.Management.ManagementGroups.Models.EntityHierarchyItem : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.EntityHierarchyItem> -> Microsoft.Azure.Management.ManagementGroups.Models.EntityHierarchyItem
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional permissions As String = Nothing, Optional children As IList(Of EntityHierarchyItem) = Nothing)

Parameters

id
String

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

type
String

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

name
String

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

displayName
String

The friendly name of the management group.

permissions
String

Permissions

children
IList<EntityHierarchyItem>

The list of children.

Applies to