ManagementGroupChildInfo Class

Definition

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.

Applies to