SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType Interface

public static interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType

The SQL Encryption Protector update definition to set the server key name and type.

Method Summary

Modifier and Type Method and Description
abstract Update withAzureKeyVaultServerKey(String serverKeyName)

Updates the Encryption Protector to use an AzureKeyVault server key.

abstract Update withServiceManagedServerKey()

Updates the Encryption Protector to use the default service managed server key.

Method Details

withAzureKeyVaultServerKey

public abstract SqlEncryptionProtector.Update withAzureKeyVaultServerKey(String serverKeyName)

Updates the Encryption Protector to use an AzureKeyVault server key.

Parameters:

serverKeyName - the server key name

Returns:

The next stage of the definition.

withServiceManagedServerKey

public abstract SqlEncryptionProtector.Update withServiceManagedServerKey()

Updates the Encryption Protector to use the default service managed server key.

Returns:

The next stage of the definition.

Applies to