DescendantInfo Class
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.
The descendant.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DescendantInfo
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DescendantInfo = class
Public Class DescendantInfo
- Inheritance
-
DescendantInfo
- Attributes
Constructors
DescendantInfo() |
Initializes a new instance of the DescendantInfo class. |
DescendantInfo(String, String, String, String, DescendantParentGroupInfo) |
Initializes a new instance of the DescendantInfo class. |
Properties
DisplayName |
Gets or sets the friendly name of the management group. |
Id |
Gets 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 |
Name |
Gets the name of the descendant. For example, 00000000-0000-0000-0000-000000000000 |
Parent |
Gets or sets parent |
Type |
Gets the type of the resource. For example, Microsoft.Management/managementGroups or /subscriptions |
Applies to
Azure SDK for .NET