Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagementGroupChildInfo

Package version

interface

An interface representing ManagementGroupChildInfo. The child information of a management group.

Hierarchy

  • ManagementGroupChildInfo

Index

Properties

Optional children

member

{ManagementGroupChildInfo[]} [children] The list of children.

Optional displayName

displayName: undefined | string
member

{string} [displayName] The friendly name of the child resource.

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

Optional name

name: undefined | string
member

{string} [name] The name of the child entity.

Optional roles

roles: string[]
member

{string[]} [roles] The roles definitions associated with the management group.

Optional type

type: Type1
member

{Type1} [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'

Generated using TypeDoc