ManagementGroupChildInfo 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 child information of a management group.
public class ManagementGroupChildInfo
type ManagementGroupChildInfo = class
Public Class ManagementGroupChildInfo
- Inheritance
-
ManagementGroupChildInfo
Constructors
ManagementGroupChildInfo() |
Initializes a new instance of the ManagementGroupChildInfo class. |
ManagementGroupChildInfo(String, String, String, String, IList<ManagementGroupChildInfo>) |
Initializes a new instance of the ManagementGroupChildInfo class. |
Properties
Children |
Gets or sets the list of children. |
DisplayName |
Gets or sets the friendly name of the child resource. |
Id |
Gets or sets the fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 |
Name |
Gets or sets the name of the child entity. |
Type |
Gets or sets the type of child resource. |