Condividi tramite


CreateManagementGroupChildInfo Constructors

Definition

Overloads

CreateManagementGroupChildInfo()

Initializes a new instance of the CreateManagementGroupChildInfo class.

CreateManagementGroupChildInfo(String, String, String, String, IList<CreateManagementGroupChildInfo>)

Initializes a new instance of the CreateManagementGroupChildInfo class.

CreateManagementGroupChildInfo()

Initializes a new instance of the CreateManagementGroupChildInfo class.

public CreateManagementGroupChildInfo ();
Public Sub New ()

Applies to

CreateManagementGroupChildInfo(String, String, String, String, IList<CreateManagementGroupChildInfo>)

Initializes a new instance of the CreateManagementGroupChildInfo class.

public CreateManagementGroupChildInfo (string type = default, string id = default, string name = default, string displayName = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> children = default);
new Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> -> Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo
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 CreateManagementGroupChildInfo) = 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<CreateManagementGroupChildInfo>

The list of children.

Applies to