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

IRoleDefinition 接口

定义

Azure AD 角色定义的不可变客户端表示形式。

public interface IRoleDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName
type IRoleDefinition = interface
    interface IBeta
    interface IHasInner<RoleDefinitionInner>
    interface IHasId
    interface IHasName
    interface IHasManager<GraphRbacManager>
Public Interface IRoleDefinition
Implements IBeta, IHasId, IHasInner(Of RoleDefinitionInner), IHasManager(Of GraphRbacManager), IHasName
派生
实现

属性

AssignableScopes

获取角色定义可分配的范围。

Description

获取角色定义说明。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

Azure AD 角色定义的不可变客户端表示形式。

(继承自 IHasInner<T>)
Manager

获取此资源类型的管理器客户端类型。

(继承自 IHasManager<ManagerT>)
Name

获取资源的名称

(继承自 IHasName)
Permissions

获取角色定义权限。

RoleName

获取角色名称。

Type

获取角色类型。

适用于