你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RoleAssignmentsClient.DeleteRoleAssignmentById Method

Definition

Delete role assignment by role assignment Id.

public virtual Azure.Response DeleteRoleAssignmentById(string roleAssignmentId, string scope = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteRoleAssignmentById : string * string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteRoleAssignmentById : string * string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteRoleAssignmentById (roleAssignmentId As String, Optional scope As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response

Parameters

roleAssignmentId
String

The ID of the role assignment.

scope
String

Scope of the Synapse Built-in Role.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to