RoleAssignmentsImpl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.