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

KeyVaultCredentialSettings interface

Configure your SQL virtual machine to be able to connect to the Azure Key Vault service.

Properties

azureKeyVaultUrl

Azure Key Vault url.

credentialName

Credential name.

enable

Enable or disable key vault credential setting.

servicePrincipalName

Service principal name to access key vault.

servicePrincipalSecret

Service principal name secret to access key vault.

Property Details

azureKeyVaultUrl

Azure Key Vault url.

azureKeyVaultUrl?: string

Property Value

string

credentialName

Credential name.

credentialName?: string

Property Value

string

enable

Enable or disable key vault credential setting.

enable?: boolean

Property Value

boolean

servicePrincipalName

Service principal name to access key vault.

servicePrincipalName?: string

Property Value

string

servicePrincipalSecret

Service principal name secret to access key vault.

servicePrincipalSecret?: string

Property Value

string