IRoleAssignmentOperations.DeleteAsync(String, Guid, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delete role assignment.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentDeleteResult> DeleteAsync(string scope, Guid roleAssignmentName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteAsync : string * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentDeleteResult>
Public Function DeleteAsync (scope As String, roleAssignmentName As Guid, cancellationToken As CancellationToken) As Task(Of RoleAssignmentDeleteResult)
Parameters
- scope
- String
Scope.
- roleAssignmentName
- Guid
Role assignment name.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Role assignments delete result