Share via


EntityParentGroupInfo Constructors

Definition

Overloads

EntityParentGroupInfo()

Initializes a new instance of the EntityParentGroupInfo class.

EntityParentGroupInfo(String)

Initializes a new instance of the EntityParentGroupInfo class.

EntityParentGroupInfo()

Initializes a new instance of the EntityParentGroupInfo class.

public EntityParentGroupInfo ();
Public Sub New ()

Applies to

EntityParentGroupInfo(String)

Initializes a new instance of the EntityParentGroupInfo class.

public EntityParentGroupInfo (string id = default);
new Microsoft.Azure.Management.ManagementGroups.Models.EntityParentGroupInfo : string -> Microsoft.Azure.Management.ManagementGroups.Models.EntityParentGroupInfo
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

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

Applies to