Share via


CreateManagementGroupChildInfo Class

Definition

The child information of a management group used during creation.

public class CreateManagementGroupChildInfo
type CreateManagementGroupChildInfo = class
Public Class CreateManagementGroupChildInfo
Inheritance
CreateManagementGroupChildInfo

Constructors

CreateManagementGroupChildInfo()

Initializes a new instance of the CreateManagementGroupChildInfo class.

CreateManagementGroupChildInfo(String, String, String, String, IList<CreateManagementGroupChildInfo>)

Initializes a new instance of the CreateManagementGroupChildInfo class.

Properties

Children

Gets the list of children.

DisplayName

Gets the friendly name of the child resource.

Id

Gets 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 the name of the child entity.

Type

Gets the type of child resource.

Applies to