DescendantInfo 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
DescendantInfo() |
Initializes a new instance of the DescendantInfo class. |
DescendantInfo(String, String, String, String, DescendantParentGroupInfo) |
Initializes a new instance of the DescendantInfo class. |
DescendantInfo()
Initializes a new instance of the DescendantInfo class.
public DescendantInfo ();
Public Sub New ()
Applies to
DescendantInfo(String, String, String, String, DescendantParentGroupInfo)
Initializes a new instance of the DescendantInfo class.
public DescendantInfo (string id = default, string type = default, string name = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.DescendantParentGroupInfo parent = default);
new Microsoft.Azure.Management.ManagementGroups.Models.DescendantInfo : string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.DescendantParentGroupInfo -> Microsoft.Azure.Management.ManagementGroups.Models.DescendantInfo
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional displayName As String = Nothing, Optional parent As DescendantParentGroupInfo = Nothing)
Parameters
- id
- String
The fully qualified ID for the descendant. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 or /subscriptions/0000000-0000-0000-0000-000000000000
- type
- String
The type of the resource. For example, Microsoft.Management/managementGroups or /subscriptions
- name
- String
The name of the descendant. For example, 00000000-0000-0000-0000-000000000000
- displayName
- String
The friendly name of the management group.
- parent
- DescendantParentGroupInfo
Parent