你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoleDefinitionsImpl 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
RoleDefinitions 及其父接口的实现。
public class RoleDefinitionsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ReadableWrappers<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition,Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleDefinitionImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleDefinitionInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitions, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinition>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleDefinitionsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type RoleDefinitionsImpl = class
inherit ReadableWrappers<IRoleDefinition, RoleDefinitionImpl, RoleDefinitionInner>
interface IRoleDefinitions
interface IBeta
interface ISupportsGettingById<IRoleDefinition>
interface IHasManager<GraphRbacManager>
interface IHasInner<IRoleDefinitionsOperations>
Public Class RoleDefinitionsImpl
Inherits ReadableWrappers(Of IRoleDefinition, RoleDefinitionImpl, RoleDefinitionInner)
Implements IBeta, IHasInner(Of IRoleDefinitionsOperations), IHasManager(Of GraphRbacManager), IRoleDefinitions, ISupportsGettingById(Of IRoleDefinition)
- 继承
- 实现
属性
Inner |
RoleDefinitions 及其父接口的实现。 |
方法
GetById(String) |
RoleDefinitions 及其父接口的实现。 |
GetByIdAsync(String, CancellationToken) |
RoleDefinitions 及其父接口的实现。 |
GetByScope(String, String) |
RoleDefinitions 及其父接口的实现。 |
GetByScopeAndRoleName(String, String) |
RoleDefinitions 及其父接口的实现。 |
GetByScopeAndRoleNameAsync(String, String, CancellationToken) |
RoleDefinitions 及其父接口的实现。 |
GetByScopeAsync(String, String, CancellationToken) |
RoleDefinitions 及其父接口的实现。 |
ListByScope(String) |
RoleDefinitions 及其父接口的实现。 |
ListByScopeAsync(String, CancellationToken) |
RoleDefinitions 及其父接口的实现。 |
Manager() |
RoleDefinitions 及其父接口的实现。 |
WrapList(IEnumerable<InnerResourceT>) |
此方法返回一个分页列表,其中每个页面都包含将内部资源包装在给定内部分页列表的对应页中的实例。 (继承自 ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>) |
WrapModel(InnerResourceT) |
RoleDefinitions 及其父接口的实现。 (继承自 ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>) |
WrapModel(RoleDefinitionInner) |
RoleDefinitions 及其父接口的实现。 |
显式接口实现
IHasManager<GraphRbacManager>.Manager |
RoleDefinitions 及其父接口的实现。 |
IRoleDefinitions.GetByScope(String, String) |
根据范围和名称获取有关角色定义的信息。 |
IRoleDefinitions.GetByScopeAndRoleName(String, String) |
根据范围和名称获取有关角色定义的信息。 |
IRoleDefinitions.GetByScopeAndRoleNameAsync(String, String, CancellationToken) |
根据范围和名称获取有关角色定义的信息。 |
IRoleDefinitions.GetByScopeAsync(String, String, CancellationToken) |
根据范围和名称获取有关角色定义的信息。 |
IRoleDefinitions.ListByScope(String) |
列出作用域中的角色定义。 |
IRoleDefinitions.ListByScopeAsync(String, CancellationToken) |
列出作用域中的角色定义。 |
ISupportsGettingById<IRoleDefinition>.GetById(String) |
RoleDefinitions 及其父接口的实现。 |