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

RoleAssignmentsImpl 类

定义

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 及其父接口的实现。

方法

Create(ICreatable<IFluentResourceT>[])

RoleAssignments 及其父接口的实现。

(继承自 CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

RoleAssignments 及其父接口的实现。

(继承自 CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

RoleAssignments 及其父接口的实现。

(继承自 CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Define(String)

RoleAssignments 及其父接口的实现。

DeleteById(String)

RoleAssignments 及其父接口的实现。

DeleteByIdAsync(String, CancellationToken)

RoleAssignments 及其父接口的实现。

GetById(String)

RoleAssignments 及其父接口的实现。

GetByIdAsync(String, CancellationToken)

RoleAssignments 及其父接口的实现。

GetByScope(String, String)

RoleAssignments 及其父接口的实现。

GetByScopeAsync(String, String, CancellationToken)

RoleAssignments 及其父接口的实现。

ListByScope(String)

RoleAssignments 及其父接口的实现。

ListByScopeAsync(String, CancellationToken)

RoleAssignments 及其父接口的实现。

Manager()

RoleAssignments 及其父接口的实现。

WrapList(IEnumerable<InnerResourceT>)

此方法返回分页列表,其中每个页面都包含在给定内部分页列表的对应页中包装内部资源的实例。

(继承自 ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(InnerResourceT)

RoleAssignments 及其父接口的实现。

(继承自 ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(RoleAssignmentInner)

RoleAssignments 及其父接口的实现。

WrapModel(String)

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 及其父接口的实现。

适用于