Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateManagementGroupChildInfo

Package version

interface

An interface representing CreateManagementGroupChildInfo. The child information of a management group used during creation.

Hierarchy

  • CreateManagementGroupChildInfo

Index

Properties

Optional children

member

{CreateManagementGroupChildInfo[]} [children] The list of children. NOTE: This property will not be serialized. It can only be populated by the server.

Optional displayName

displayName: undefined | string
member

{string} [displayName] The friendly name of the child resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional id

id: undefined | string
member

{string} [id] The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name of the child entity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional roles

roles: string[]
member

{string[]} [roles] The roles definitions associated with the management group. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: Type2
member

{Type2} [type] The type of child resource. The fully qualified resource type which includes provider namespace (e.g. /providers/Microsoft.Management/managementGroups). Possible values include: '/providers/Microsoft.Management/managementGroups', '/subscriptions' NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc