你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RoleAssignmentsImpl 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
RoleAssignments 及其父接口的实现。
public class RoleAssignmentsImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CreatableResources<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment,Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignmentImpl,Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.RoleAssignmentInner>, Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignments, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.RoleAssignment.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignment>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IRoleAssignmentsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type RoleAssignmentsImpl = class
inherit CreatableResources<IRoleAssignment, RoleAssignmentImpl, RoleAssignmentInner>
interface IRoleAssignments
interface IBeta
interface ISupportsGettingById<IRoleAssignment>
interface ISupportsCreating<IBlank>
interface ISupportsBatchCreation<IRoleAssignment>
interface ISupportsDeletingById
interface IHasManager<GraphRbacManager>
interface IHasInner<IRoleAssignmentsOperations>
Public Class RoleAssignmentsImpl
Inherits CreatableResources(Of IRoleAssignment, RoleAssignmentImpl, RoleAssignmentInner)
Implements IBeta, IHasInner(Of IRoleAssignmentsOperations), IHasManager(Of GraphRbacManager), IRoleAssignments, ISupportsBatchCreation(Of IRoleAssignment), ISupportsCreating(Of IBlank), ISupportsGettingById(Of IRoleAssignment)
- 继承
- 实现
属性
Inner |
RoleAssignments 及其父接口的实现。 |
方法
显式接口实现
IHasManager<GraphRbacManager>.Manager |
RoleAssignments 及其父接口的实现。 |
IRoleAssignments.GetByScope(String, String) |
根据范围和名称获取有关角色分配的信息。 |
IRoleAssignments.GetByScopeAsync(String, String, CancellationToken) |
根据范围和名称获取有关角色分配的信息。 |
IRoleAssignments.ListByScope(String) |
列出范围内的角色分配。 |
IRoleAssignments.ListByScopeAsync(String, CancellationToken) |
列出范围内的角色分配。 |
ISupportsCreating<IBlank>.Define(String) |
RoleAssignments 及其父接口的实现。 |
ISupportsGettingById<IRoleAssignment>.GetById(String) |
RoleAssignments 及其父接口的实现。 |