KeyVaultParameterReference 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.
Azure Key Vault parameter reference.
public class KeyVaultParameterReference
type KeyVaultParameterReference = class
Public Class KeyVaultParameterReference
- Inheritance
-
KeyVaultParameterReference
Constructors
KeyVaultParameterReference() |
Initializes a new instance of the KeyVaultParameterReference class. |
KeyVaultParameterReference(KeyVaultReference, String, String) |
Initializes a new instance of the KeyVaultParameterReference class. |
Properties
KeyVault |
Gets or sets azure Key Vault reference. |
SecretName |
Gets or sets azure Key Vault secret name. |
SecretVersion |
Gets or sets azure Key Vault secret version. |
Methods
Validate() |
Validate the object. |