Share via


RoleDefinitionsOperationsExtensions.Delete Method

Definition

Deletes a role definition.

public static Microsoft.Azure.Management.Authorization.Models.RoleDefinition Delete (this Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations operations, string scope, string roleDefinitionId);
static member Delete : Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations * string * string -> Microsoft.Azure.Management.Authorization.Models.RoleDefinition
<Extension()>
Public Function Delete (operations As IRoleDefinitionsOperations, scope As String, roleDefinitionId As String) As RoleDefinition

Parameters

operations
IRoleDefinitionsOperations

The operations group for this extension method.

scope
String

The scope of the role definition.

roleDefinitionId
String

The ID of the role definition to delete.

Returns

Applies to