SqlVmKeyVaultCredentialSettings 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 SqlVmKeyVaultCredentialSettings
type SqlVmKeyVaultCredentialSettings = class
Public Class SqlVmKeyVaultCredentialSettings
- Inheritance
-
SqlVmKeyVaultCredentialSettings
Constructors
SqlVmKeyVaultCredentialSettings() |
Initializes a new instance of SqlVmKeyVaultCredentialSettings. |
Properties
AzureKeyVaultUri |
Azure Key Vault url. |
CredentialName |
Credential name. |
IsEnabled |
Enable or disable key vault credential setting. |
ServicePrincipalName |
Service principal name to access key vault. |
ServicePrincipalSecret |
Service principal name secret to access key vault. |
Applies to
Azure SDK for .NET