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

KeyVaultCredentialSettings 类

定义

将 SQL 虚拟机配置为能够连接到 Azure 密钥保管库服务。

public class KeyVaultCredentialSettings
type KeyVaultCredentialSettings = class
Public Class KeyVaultCredentialSettings
继承
KeyVaultCredentialSettings

构造函数

KeyVaultCredentialSettings()

初始化 KeyVaultCredentialSettings 类的新实例。

KeyVaultCredentialSettings(Nullable<Boolean>, String, String, String, String)

初始化 KeyVaultCredentialSettings 类的新实例。

属性

AzureKeyVaultUrl

获取或设置 azure 密钥保管库 URL。

CredentialName

获取或设置凭据名称。

Enable

获取或设置启用或禁用密钥保管库凭据设置。

ServicePrincipalName

获取或设置用于访问密钥保管库的服务主体名称。

ServicePrincipalSecret

获取或设置用于访问密钥保管库的服务主体名称机密。

适用于