Freigeben über


RoleAssignmentOperationsExtensions.DeleteByIdAsync Methode

Definition

Löscht die Rollenzuweisung.

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)

Parameter

operations
IRoleAssignmentOperations

Verweis auf Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations.

roleAssignmentId
String

Erforderlich. Rollenzuweisungs-ID

Gibt zurück

Ergebnis beim Löschen von Rollenzuweisungen

Gilt für: