SqlEncryptionProtector.Update Interface
public interface Update extends SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType,Appliable
The template for a SQL Encryption Protector update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType.withAzureKeyVaultServerKey(String serverKeyName)
SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType.withServiceManagedServerKey()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java