IWithServerKeyNameAndType.WithAzureKeyVaultServerKey(String) Method

Definition

Updates the Encryption Protector to use an AzureKeyVault server key.

public Microsoft.Azure.Management.Sql.Fluent.SqlEncryptionProtector.Update.IUpdate WithAzureKeyVaultServerKey (string serverKeyName);
abstract member WithAzureKeyVaultServerKey : string -> Microsoft.Azure.Management.Sql.Fluent.SqlEncryptionProtector.Update.IUpdate
Public Function WithAzureKeyVaultServerKey (serverKeyName As String) As IUpdate

Parameters

serverKeyName
String

The server key name.

Returns

Applies to