共用方式為


WorkspaceManagedSqlServerEncryptionProtectorOperationsExtensions.Revalidate Method

Definition

Revalidates server's existing encryption protector.

public static void Revalidate (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations operations, string resourceGroupName, string workspaceName);
static member Revalidate : Microsoft.Azure.Management.Synapse.IWorkspaceManagedSqlServerEncryptionProtectorOperations * string * string -> unit
<Extension()>
Public Sub Revalidate (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