Interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType
- All Known Subinterfaces:
SqlEncryptionProtector.Update
- Enclosing interface:
SqlEncryptionProtector.UpdateStages
public static interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType
The SQL Encryption Protector update definition to set the server key name and type.
-
Method Summary
Modifier and TypeMethodDescriptionwithAzureKeyVaultServerKey(String serverKeyName) Updates the Encryption Protector to use an AzureKeyVault server key.Updates the Encryption Protector to use the default service managed server key.
-
Method Details
-
withAzureKeyVaultServerKey
Updates the Encryption Protector to use an AzureKeyVault server key.- Parameters:
serverKeyName- the server key name- Returns:
- The next stage of the definition.
-
withServiceManagedServerKey
SqlEncryptionProtector.Update withServiceManagedServerKey()Updates the Encryption Protector to use the default service managed server key.- Returns:
- The next stage of the definition.
-