IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a SQL Encryption Protector update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Sql.Fluent.ISqlEncryptionProtector>, Microsoft.Azure.Management.Sql.Fluent.SqlEncryptionProtector.Update.IWithServerKeyNameAndType
type IUpdate = interface
interface IWithServerKeyNameAndType
interface IBeta
interface IAppliable<ISqlEncryptionProtector>
interface IIndexable
Public Interface IUpdate
Implements IAppliable(Of ISqlEncryptionProtector), IBeta, IWithServerKeyNameAndType
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithAzureKeyVaultServerKey(String) |
Updates the Encryption Protector to use an AzureKeyVault server key. (Inherited from IWithServerKeyNameAndType) |
WithServiceManagedServerKey() |
Updates the Encryption Protector to use the default service managed server key. (Inherited from IWithServerKeyNameAndType) |