KeyVaultCredentialSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configure your SQL virtual machine to be able to connect to the Azure Key Vault service.
public class KeyVaultCredentialSettings
type KeyVaultCredentialSettings = class
Public Class KeyVaultCredentialSettings
- Inheritance
-
KeyVaultCredentialSettings
Constructors
KeyVaultCredentialSettings() |
Initializes a new instance of the KeyVaultCredentialSettings class. |
KeyVaultCredentialSettings(Nullable<Boolean>, String, String, String, String) |
Initializes a new instance of the KeyVaultCredentialSettings class. |
Properties
AzureKeyVaultUrl |
Gets or sets azure Key Vault url. |
CredentialName |
Gets or sets credential name. |
Enable |
Gets or sets enable or disable key vault credential setting. |
ServicePrincipalName |
Gets or sets service principal name to access key vault. |
ServicePrincipalSecret |
Gets or sets service principal name secret to access key vault. |