共用方式為


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.BeginRevalidate Method

Definition

Revalidates server's existing encryption protector.

public static void BeginRevalidate (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName);
static member BeginRevalidate : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string -> unit
<Extension()>
Public Sub BeginRevalidate (operations As IWorkspaceManagedSqlServerEncryptionProtectorOperations, resourceGroupName As String, workspaceName As String)

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

Remarks

Revalidates workspace managed sql server's existing encryption protector.

Applies to