ManagementGroupChildInfo Constructors

Definition

Overloads

ManagementGroupChildInfo()

Initializes a new instance of the ManagementGroupChildInfo class.

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

Initializes a new instance of the ManagementGroupChildInfo class.

ManagementGroupChildInfo()

Initializes a new instance of the ManagementGroupChildInfo class.

public ManagementGroupChildInfo ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ManagementGroupChildInfo class.

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

Parameters

type
String

The type of child resource.

id
String

The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

name
String

The name of the child entity.

displayName
String

The friendly name of the child resource.

children
IList<ManagementGroupChildInfo>

The list of children.

Applies to