CreateParentGroupInfo Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateParentGroupInfo() |
Initializes a new instance of the CreateParentGroupInfo class. |
CreateParentGroupInfo(String, String, String) |
Initializes a new instance of the CreateParentGroupInfo class. |
CreateParentGroupInfo()
Initializes a new instance of the CreateParentGroupInfo class.
public CreateParentGroupInfo ();
Public Sub New ()
Applies to
CreateParentGroupInfo(String, String, String)
Initializes a new instance of the CreateParentGroupInfo class.
public CreateParentGroupInfo (string id = default, string name = default, string displayName = default);
new Microsoft.Azure.Management.ManagementGroups.Models.CreateParentGroupInfo : string * string * string -> Microsoft.Azure.Management.ManagementGroups.Models.CreateParentGroupInfo
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional displayName 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
- name
- String
The name of the parent management group
- displayName
- String
The friendly name of the parent management group.
Applies to
Azure SDK for .NET