IWithServerKeyNameAndType Interface

Definition

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

public interface IWithServerKeyNameAndType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithServerKeyNameAndType = interface
    interface IBeta
Public Interface IWithServerKeyNameAndType
Implements IBeta
Derived
Implements

Methods

WithAzureKeyVaultServerKey(String)

Updates the Encryption Protector to use an AzureKeyVault server key.

WithServiceManagedServerKey()

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

Applies to