EntraIdKeyVaultConfig(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 EntraIdKeyVaultConfig.
public EntraIdKeyVaultConfig(Uri azureKeyVaultUri, string certificateName);
new Azure.ResourceManager.NetApp.Models.EntraIdKeyVaultConfig : Uri * string -> Azure.ResourceManager.NetApp.Models.EntraIdKeyVaultConfig
Public Sub New (azureKeyVaultUri As Uri, certificateName As String)
Parameters
- azureKeyVaultUri
- Uri
The Azure Key Vault URI where the Entra ID credentials are stored.
- certificateName
- String
The name of the certificate in Azure Key Vault.
Exceptions
azureKeyVaultUri or certificateName is null.