你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagementGroupChildInfo interface

管理组的子信息。

属性

children

子项列表。

displayName

子资源的友好名称。

id

子资源 (管理组或订阅) 的完全限定 ID。 例如,/providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

name

子实体的名称。

type

包含提供程序命名空间 (的完全限定资源类型,例如 Microsoft.Management/managementGroups)

属性详细信息

children

子项列表。

children?: ManagementGroupChildInfo[]

属性值

displayName

子资源的友好名称。

displayName?: string

属性值

string

id

子资源 (管理组或订阅) 的完全限定 ID。 例如,/providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

id?: string

属性值

string

name

子实体的名称。

name?: string

属性值

string

type

包含提供程序命名空间 (的完全限定资源类型,例如 Microsoft.Management/managementGroups)

type?: string

属性值

string