你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |