@Beta(value=V1_9_0)
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/