public static interface SqlEncryptionProtector.UpdateStages.WithServerKeyNameAndType
| Modifier and Type | Method and Description |
|---|---|
SqlEncryptionProtector.Update |
withAzureKeyVaultServerKey(String serverKeyName)
Updates the Encryption Protector to use an AzureKeyVault server key.
|
SqlEncryptionProtector.Update |
withServiceManagedServerKey()
Updates the Encryption Protector to use the default service managed server key.
|
SqlEncryptionProtector.Update withAzureKeyVaultServerKey(String serverKeyName)
serverKeyName - the server key nameSqlEncryptionProtector.Update withServiceManagedServerKey()
Copyright © 2020 Microsoft Corporation. All rights reserved.