BindPasswordKeyVaultConfig(Uri, String) Constructor
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.
Initializes a new instance of BindPasswordKeyVaultConfig.
public BindPasswordKeyVaultConfig(Uri azureKeyVaultUri, string secretName);
new Azure.ResourceManager.NetApp.Models.BindPasswordKeyVaultConfig : Uri * string -> Azure.ResourceManager.NetApp.Models.BindPasswordKeyVaultConfig
Public Sub New (azureKeyVaultUri As Uri, secretName As String)
Parameters
- azureKeyVaultUri
- Uri
The Azure Key Vault URI where the Bind DN user password is stored.
- secretName
- String
The name of the secret in Azure Key Vault that contains the Bind DN user password.
Exceptions
azureKeyVaultUri or secretName is null.