Interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType
-
- All Known Subinterfaces:
SqlEncryptionProtector.Update
- Enclosing interface:
- SqlEncryptionProtector.UpdateStages
public static interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndTypeThe SQL Encryption Protector update definition to set the server key name and type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlEncryptionProtector.UpdatewithAzureKeyVaultServerKey(String serverKeyName)Updates the Encryption Protector to use an AzureKeyVault server key.SqlEncryptionProtector.UpdatewithServiceManagedServerKey()Updates the Encryption Protector to use the default service managed server key.
-
-
-
Method Detail
-
withAzureKeyVaultServerKey
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
SqlEncryptionProtector.Update withServiceManagedServerKey()
Updates the Encryption Protector to use the default service managed server key.- Returns:
- The next stage of the definition.
-
-