RoleAssignmentsImpl Class

Definition

The implementation of RoleAssignments and its parent interfaces.

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)
Inheritance
Implements

Properties

Inner

Methods

Create(ICreatable<IFluentResourceT>[]) (Inherited from CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>) (Inherited from CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) (Inherited from CreatableResources<IFluentResourceT,FluentResourceT,InnerResourceT>)
Define(String)
DeleteById(String)
DeleteByIdAsync(String, CancellationToken)
GetById(String)
GetByIdAsync(String, CancellationToken)
GetByScope(String, String)
GetByScopeAsync(String, String, CancellationToken)
ListByScope(String)
ListByScopeAsync(String, CancellationToken)
Manager()
WrapList(IEnumerable<InnerResourceT>)

This method returns a paged list where each page contains the instances that wraps inner resources in the corresponding page of given inner paged list.

(Inherited from ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(InnerResourceT) (Inherited from ReadableWrappers<IFluentResourceT,FluentResourceT,InnerResourceT>)
WrapModel(RoleAssignmentInner)
WrapModel(String)

Explicit Interface Implementations

IHasManager<GraphRbacManager>.Manager
IRoleAssignments.GetByScope(String, String)

Gets the information about a role assignment based on scope and name.

IRoleAssignments.GetByScopeAsync(String, String, CancellationToken)

Gets the information about a role assignment based on scope and name.

IRoleAssignments.ListByScope(String)

List role assignments in a scope.

IRoleAssignments.ListByScopeAsync(String, CancellationToken)

List role assignments in a scope.

ISupportsCreating<IBlank>.Define(String)
ISupportsGettingById<IRoleAssignment>.GetById(String)

Applies to