Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithServerKeyNameAndType 接口

定义

SQL 加密保护程序更新定义以设置服务器密钥名称和类型。

public interface IWithServerKeyNameAndType : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithServerKeyNameAndType = interface
    interface IBeta
Public Interface IWithServerKeyNameAndType
Implements IBeta
派生
实现

方法

WithAzureKeyVaultServerKey(String)

汇报加密保护程序以使用 AzureKeyVault 服务器密钥。

WithServiceManagedServerKey()

汇报加密保护程序使用默认服务托管服务器密钥。

适用于