Share via


IRoleAssignmentOperations Interface

Definition

TBD (see http://TBD for more information)

public interface IRoleAssignmentOperations
type IRoleAssignmentOperations = interface
Public Interface IRoleAssignmentOperations

Methods

CreateAsync(String, Guid, RoleAssignmentCreateParameters, CancellationToken)

Create role assignment.

CreateByIdAsync(String, RoleAssignmentCreateParameters, CancellationToken)

Create role assignment by Id.

DeleteAsync(String, Guid, CancellationToken)

Delete role assignment.

DeleteByIdAsync(String, CancellationToken)

Delete role assignment.

GetAsync(String, Guid, CancellationToken)

Get single role assignment.

GetByIdAsync(String, CancellationToken)

Get single role assignment.

ListAsync(ListAssignmentsFilterParameters, CancellationToken)

Gets role assignments of the subscription.

ListForResourceAsync(String, ResourceIdentity, ListAssignmentsFilterParameters, CancellationToken)

Gets role assignments of the resource.

ListForResourceGroupAsync(String, ListAssignmentsFilterParameters, CancellationToken)

Gets role assignments of the resource group.

ListForResourceGroupNextAsync(String, CancellationToken)

Gets role assignments of the resource group.

ListForResourceNextAsync(String, CancellationToken)

Gets role assignments of the resource.

ListForScopeAsync(String, ListAssignmentsFilterParameters, CancellationToken)

Gets role assignments of the scope.

ListForScopeNextAsync(String, CancellationToken)

Gets role assignments of the scope.

ListNextAsync(String, CancellationToken)

Gets role assignments of the subscription.

Extension 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