Delen via


RoleDefinitionsOperationsExtensions.DeleteAsync Methode

Definitie

Hiermee verwijdert u een roldefinitie.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinition> DeleteAsync (this Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinition>
<Extension()>
Public Function DeleteAsync (operations As IRoleDefinitionsOperations, scope As String, roleDefinitionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoleDefinition)

Parameters

operations
IRoleDefinitionsOperations

De bewerkingsgroep voor deze extensiemethode.

scope
String

Het bereik van de roldefinitie.

roleDefinitionId
String

De id van de roldefinitie die moet worden verwijderd.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op