PatchManagementGroupRequest Constructors

Definition

Overloads

PatchManagementGroupRequest()

Initializes a new instance of the PatchManagementGroupRequest class.

PatchManagementGroupRequest(String, String)

Initializes a new instance of the PatchManagementGroupRequest class.

PatchManagementGroupRequest()

Initializes a new instance of the PatchManagementGroupRequest class.

public PatchManagementGroupRequest ();
Public Sub New ()

Applies to

PatchManagementGroupRequest(String, String)

Initializes a new instance of the PatchManagementGroupRequest class.

public PatchManagementGroupRequest (string displayName = default, string parentGroupId = default);
new Microsoft.Azure.Management.ManagementGroups.Models.PatchManagementGroupRequest : string * string -> Microsoft.Azure.Management.ManagementGroups.Models.PatchManagementGroupRequest
Public Sub New (Optional displayName As String = Nothing, Optional parentGroupId As String = Nothing)

Parameters

displayName
String

The friendly name of the management group.

parentGroupId
String

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

Applies to