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

KeyVaultSecretRef 类

定义

对 Azure 密钥保管库中存储的机密的引用。

public class KeyVaultSecretRef
type KeyVaultSecretRef = class
Public Class KeyVaultSecretRef
继承
KeyVaultSecretRef

构造函数

KeyVaultSecretRef()

初始化 KeyVaultSecretRef 类的新实例。

KeyVaultSecretRef(String, String, String)

初始化 KeyVaultSecretRef 类的新实例。

属性

SecretName

获取或设置机密名称。

VaultID

获取或设置密钥保管库标识符。

Version

获取或设置机密版本。

方法

Validate()

验证 对象。

适用于