RoleAssignmentsOperationsExtensions 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.
Extension methods for RoleAssignmentsOperations.
In this article
public static class RoleAssignmentsOperationsExtensions
type RoleAssignmentsOperationsExtensions = class
Public Module RoleAssignmentsOperationsExtensions
Inheritance
System.Object
RoleAssignmentsOperationsExtensions
Methods
CreateAsync(IRoleAssignmentsOperations, String, String, RoleAssignmentCreateParameters, CancellationToken)
Creates a role assignment.
CreateByIdAsync(IRoleAssignmentsOperations, String, RoleAssignmentCreateParameters, CancellationToken)
Creates a role assignment by ID.
DeleteAsync(IRoleAssignmentsOperations, String, String, CancellationToken)
Deletes a role assignment.
DeleteByIdAsync(IRoleAssignmentsOperations, String, CancellationToken)
Deletes a role assignment.
GetAsync(IRoleAssignmentsOperations, String, String, CancellationToken)
Get the specified role assignment.
GetByIdAsync(IRoleAssignmentsOperations, String, CancellationToken)
Gets a role assignment by ID.
ListAsync(IRoleAssignmentsOperations, ODataQuery<RoleAssignmentFilter>, CancellationToken)
Gets all role assignments for the subscription.
ListForResourceAsync(IRoleAssignmentsOperations, String, String, String, String, String, ODataQuery<RoleAssignmentFilter>, CancellationToken)
Gets role assignments for a resource.
ListForResourceGroupAsync(IRoleAssignmentsOperations, String, ODataQuery<RoleAssignmentFilter>, CancellationToken)
Gets role assignments for a resource group.
ListForResourceGroupNextAsync(IRoleAssignmentsOperations, String, CancellationToken)
Gets role assignments for a resource group.
ListForResourceNextAsync(IRoleAssignmentsOperations, String, CancellationToken)
Gets role assignments for a resource.
ListForScopeAsync(IRoleAssignmentsOperations, String, ODataQuery<RoleAssignmentFilter>, CancellationToken)
Gets role assignments for a scope.
ListForScopeNextAsync(IRoleAssignmentsOperations, String, CancellationToken)
Gets role assignments for a scope.
ListNextAsync(IRoleAssignmentsOperations, String, CancellationToken)
Gets all role assignments for the subscription.
Applies to