共用方式為


CreateManagementGroupRequest Constructors

Definition

Overloads

CreateManagementGroupRequest()

Initializes a new instance of the CreateManagementGroupRequest class.

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

Initializes a new instance of the CreateManagementGroupRequest class.

CreateManagementGroupRequest()

Initializes a new instance of the CreateManagementGroupRequest class.

public CreateManagementGroupRequest ();
Public Sub New ()

Applies to

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

Initializes a new instance of the CreateManagementGroupRequest class.

public CreateManagementGroupRequest (string id = default, string type = default, string name = default, string tenantId = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupDetails details = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> children = default);
new Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupRequest : string * string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupChildInfo> -> Microsoft.Azure.Management.ManagementGroups.Models.CreateManagementGroupRequest
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional tenantId As String = Nothing, Optional displayName As String = Nothing, Optional details As CreateManagementGroupDetails = Nothing, Optional children As IList(Of CreateManagementGroupChildInfo) = 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

tenantId
String

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

displayName
String

The friendly name of the management group. If no value is passed then this field will be set to the groupId.

children
IList<CreateManagementGroupChildInfo>

The list of children.

Applies to