共用方式為


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.RevalidateAsync Method

Definition

Revalidates server's existing encryption protector.

public static System.Threading.Tasks.Task RevalidateAsync (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName, System.Threading.CancellationToken cancellationToken = default);
static member RevalidateAsync : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function RevalidateAsync (operations As IWorkspaceManagedSqlServerEncryptionProtectorOperations, resourceGroupName As String, workspaceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IWorkspaceManagedSqlServerEncryptionProtectorOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Revalidates workspace managed sql server's existing encryption protector.

Applies to