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

EntityInfo 类

定义

实体。

[Microsoft.Rest.Serialization.JsonTransformation]
public class EntityInfo
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EntityInfo = class
Public Class EntityInfo
继承
EntityInfo
属性

构造函数

EntityInfo()

初始化 EntityInfo 类的新实例。

EntityInfo(String, String, String, String, String, EntityParentGroupInfo, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<String>, IList<String>)

初始化 EntityInfo 类的新实例。

属性

DisplayName

获取或设置管理组的友好名称。

Id

获取实体的完全限定 ID。 例如,/providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000

InheritedPermissions

获取或设置继承的权限

Name

获取实体的名称。 例如,00000000-0000-0000-0000-000000000000

NumberOfChildGroups

获取或设置子组的数目

NumberOfChildren

获取或设置子级数

NumberOfDescendants

获取或设置后代数

Parent

获取或设置父级

ParentDisplayNameChain

获取或设置从根组到直接父级的父显示名称链

ParentNameChain

获取或设置从根组到直接父组的父名称链

Permissions

获取或设置权限

TenantId

获取或设置与实体关联的 AAD 租户 ID。 例如,00000000-0000-0000-0000-000000000000

Type

获取资源的类型。 例如,Microsoft.Management/managementGroups

适用于