Dela via


RoleAssignmentsClient Class

Definition

The RoleAssignments service client.

public class RoleAssignmentsClient
type RoleAssignmentsClient = class
Public Class RoleAssignmentsClient
Inheritance
RoleAssignmentsClient

Constructors

RoleAssignmentsClient()

Initializes a new instance of RoleAssignmentsClient for mocking.

RoleAssignmentsClient(Uri, TokenCredential, AccessControlClientOptions)

Initializes a new instance of RoleAssignmentsClient.

Methods

CheckPrincipalAccess(SubjectInfo, IEnumerable<RequiredAction>, String, CancellationToken)

Check if the given principalId has access to perform list of actions at a given scope.

CheckPrincipalAccessAsync(SubjectInfo, IEnumerable<RequiredAction>, String, CancellationToken)

Check if the given principalId has access to perform list of actions at a given scope.

CreateRoleAssignment(String, Guid, Guid, String, String, CancellationToken)

Create role assignment.

CreateRoleAssignmentAsync(String, Guid, Guid, String, String, CancellationToken)

Create role assignment.

DeleteRoleAssignmentById(String, String, CancellationToken)

Delete role assignment by role assignment Id.

DeleteRoleAssignmentByIdAsync(String, String, CancellationToken)

Delete role assignment by role assignment Id.

GetRoleAssignmentById(String, CancellationToken)

Get role assignment by role assignment Id.

GetRoleAssignmentByIdAsync(String, CancellationToken)

Get role assignment by role assignment Id.

ListRoleAssignments(String, String, String, String, CancellationToken)

List role assignments.

ListRoleAssignmentsAsync(String, String, String, String, CancellationToken)

List role assignments.

Applies to