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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET