RoleAssignmentOperationsExtensions.DeleteAsync 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 static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentDeleteResult> DeleteAsync(this Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations operations, string scope, Guid roleAssignmentName);
static member DeleteAsync : Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations * string * Guid -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleAssignmentDeleteResult>
<Extension()>
Public Function DeleteAsync (operations As IRoleAssignmentOperations, scope As String, roleAssignmentName As Guid) As Task(Of RoleAssignmentDeleteResult)
Parameters
- operations
- IRoleAssignmentOperations
Reference to the Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations.
- scope
- String
Required. Scope.
- roleAssignmentName
- Guid
Required. Role assignment name.
Returns
Role assignments delete result