Share via


RoleAssignmentOperationsExtensions.DeleteByIdAsync Method

Definition

Delete role assignment.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentDeleteResult> DeleteByIdAsync (this Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations operations, string roleAssignmentId);
static member DeleteByIdAsync : Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentDeleteResult>
<Extension()>
Public Function DeleteByIdAsync (operations As IRoleAssignmentOperations, roleAssignmentId As String) As Task(Of RoleAssignmentDeleteResult)

Parameters

operations
IRoleAssignmentOperations

Reference to the Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations.

roleAssignmentId
String

Required. Role assignment Id

Returns

Role assignments delete result

Applies to