Share via


RoleAssignmentOperationsExtensions Class

Definition

public static class RoleAssignmentOperationsExtensions
type RoleAssignmentOperationsExtensions = class
Public Module RoleAssignmentOperationsExtensions
Inheritance
RoleAssignmentOperationsExtensions

Methods

Create(IRoleAssignmentOperations, String, Guid, RoleAssignmentCreateParameters)

Create role assignment.

CreateAsync(IRoleAssignmentOperations, String, Guid, RoleAssignmentCreateParameters)

Create role assignment.

CreateById(IRoleAssignmentOperations, String, RoleAssignmentCreateParameters)

Create role assignment by Id.

CreateByIdAsync(IRoleAssignmentOperations, String, RoleAssignmentCreateParameters)

Create role assignment by Id.

Delete(IRoleAssignmentOperations, String, Guid)

Delete role assignment.

DeleteAsync(IRoleAssignmentOperations, String, Guid)

Delete role assignment.

DeleteById(IRoleAssignmentOperations, String)

Delete role assignment.

DeleteByIdAsync(IRoleAssignmentOperations, String)

Delete role assignment.

Get(IRoleAssignmentOperations, String, Guid)

Get single role assignment.

GetAsync(IRoleAssignmentOperations, String, Guid)

Get single role assignment.

GetById(IRoleAssignmentOperations, String)

Get single role assignment.

GetByIdAsync(IRoleAssignmentOperations, String)

Get single role assignment.

List(IRoleAssignmentOperations, ListAssignmentsFilterParameters)

Gets role assignments of the subscription.

ListAsync(IRoleAssignmentOperations, ListAssignmentsFilterParameters)

Gets role assignments of the subscription.

ListForResource(IRoleAssignmentOperations, String, ResourceIdentity, ListAssignmentsFilterParameters)

Gets role assignments of the resource.

ListForResourceAsync(IRoleAssignmentOperations, String, ResourceIdentity, ListAssignmentsFilterParameters)

Gets role assignments of the resource.

ListForResourceGroup(IRoleAssignmentOperations, String, ListAssignmentsFilterParameters)

Gets role assignments of the resource group.

ListForResourceGroupAsync(IRoleAssignmentOperations, String, ListAssignmentsFilterParameters)

Gets role assignments of the resource group.

ListForResourceGroupNext(IRoleAssignmentOperations, String)

Gets role assignments of the resource group.

ListForResourceGroupNextAsync(IRoleAssignmentOperations, String)

Gets role assignments of the resource group.

ListForResourceNext(IRoleAssignmentOperations, String)

Gets role assignments of the resource.

ListForResourceNextAsync(IRoleAssignmentOperations, String)

Gets role assignments of the resource.

ListForScope(IRoleAssignmentOperations, String, ListAssignmentsFilterParameters)

Gets role assignments of the scope.

ListForScopeAsync(IRoleAssignmentOperations, String, ListAssignmentsFilterParameters)

Gets role assignments of the scope.

ListForScopeNext(IRoleAssignmentOperations, String)

Gets role assignments of the scope.

ListForScopeNextAsync(IRoleAssignmentOperations, String)

Gets role assignments of the scope.

ListNext(IRoleAssignmentOperations, String)

Gets role assignments of the subscription.

ListNextAsync(IRoleAssignmentOperations, String)

Gets role assignments of the subscription.

Applies to