ManagementGroup 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
ManagementGroup() |
Initializes a new instance of the ManagementGroup class. |
ManagementGroup(String, String, String, String, String, ManagementGroupDetails, IList<ManagementGroupChildInfo>) |
Initializes a new instance of the ManagementGroup class. |
ManagementGroup()
Initializes a new instance of the ManagementGroup class.
public ManagementGroup ();
Public Sub New ()
Applies to
ManagementGroup(String, String, String, String, String, ManagementGroupDetails, IList<ManagementGroupChildInfo>)
Initializes a new instance of the ManagementGroup class.
public ManagementGroup (string id = default, string type = default, string name = default, string tenantId = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupDetails details = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupChildInfo> children = default);
new Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup : string * string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupDetails * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupChildInfo> -> Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroup
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 ManagementGroupDetails = Nothing, Optional children As IList(Of ManagementGroupChildInfo) = 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.
- details
- ManagementGroupDetails
Details
- children
- IList<ManagementGroupChildInfo>
The list of children.
Applies to
Azure SDK for .NET