你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoleDefinitionImpl 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ServicePrincipal 及其父接口的实现。
public class RoleDefinitionImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.Wrapper<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.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 RoleDefinitionImpl = class
inherit Wrapper<RoleDefinitionInner>
interface IRoleDefinition
interface IBeta
interface IHasInner<RoleDefinitionInner>
interface IHasId
interface IHasName
interface IHasManager<GraphRbacManager>
Public Class RoleDefinitionImpl
Inherits Wrapper(Of RoleDefinitionInner)
Implements IBeta, IHasId, IHasInner(Of RoleDefinitionInner), IHasManager(Of GraphRbacManager), IHasName, IRoleDefinition
- 继承
- 实现
属性
Inner |
ServicePrincipal 及其父接口的实现。 (继承自 Wrapper<InnerT>) |
方法
AssignableScopes() |
ServicePrincipal 及其父接口的实现。 |
Description() |
ServicePrincipal 及其父接口的实现。 |
Id() |
ServicePrincipal 及其父接口的实现。 |
Manager() |
ServicePrincipal 及其父接口的实现。 |
Name() |
ServicePrincipal 及其父接口的实现。 |
Permissions() |
ServicePrincipal 及其父接口的实现。 |
RoleName() |
ServicePrincipal 及其父接口的实现。 |
SetInner(InnerT) |
ServicePrincipal 及其父接口的实现。 (继承自 Wrapper<InnerT>) |
Type() |
ServicePrincipal 及其父接口的实现。 |
显式接口实现
IHasId.Id |
ServicePrincipal 及其父接口的实现。 |
IHasManager<GraphRbacManager>.Manager |
ServicePrincipal 及其父接口的实现。 |
IHasName.Name |
ServicePrincipal 及其父接口的实现。 |
IRoleDefinition.AssignableScopes |
获取角色定义可分配的范围。 |
IRoleDefinition.Description |
获取角色定义说明。 |
IRoleDefinition.Permissions |
获取角色定义权限。 |
IRoleDefinition.RoleName |
获取角色名称。 |
IRoleDefinition.Type |
获取角色类型。 |