SecretValueReference Constructors
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.
Overloads
SecretValueReference() |
Initializes a new instance of the SecretValueReference class. |
SecretValueReference(KeyVaultReference, String, String) |
Initializes a new instance of the SecretValueReference class. |
SecretValueReference()
Initializes a new instance of the SecretValueReference class.
public SecretValueReference ();
Public Sub New ()
Applies to
SecretValueReference(KeyVaultReference, String, String)
Initializes a new instance of the SecretValueReference class.
public SecretValueReference (Microsoft.Azure.Management.Blueprint.Models.KeyVaultReference keyVault, string secretName, string secretVersion = default);
new Microsoft.Azure.Management.Blueprint.Models.SecretValueReference : Microsoft.Azure.Management.Blueprint.Models.KeyVaultReference * string * string -> Microsoft.Azure.Management.Blueprint.Models.SecretValueReference
Public Sub New (keyVault As KeyVaultReference, secretName As String, Optional secretVersion As String = Nothing)
Parameters
- keyVault
- KeyVaultReference
Specifies the reference to a given Azure Key Vault.
- secretName
- String
Name of the secret.
- secretVersion
- String
The version of the secret to use. If left blank, the latest version of the secret is used.
Applies to
Azure SDK for .NET