SecretValueReference 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
金鑰保存庫秘密的參考。
public class SecretValueReference
type SecretValueReference = class
Public Class SecretValueReference
- 繼承
-
SecretValueReference
建構函式
SecretValueReference() |
初始化 SecretValueReference 類別的新實例。 |
SecretValueReference(KeyVaultReference, String, String) |
初始化 SecretValueReference 類別的新實例。 |
屬性
KeyVault |
取得或設定會指定 Azure 金鑰保存庫的參考。 |
SecretName |
取得或設定秘密的名稱。 |
SecretVersion |
取得或設定要使用的秘密版本。 如果保留空白,則會使用最新版本的秘密。 |
方法
Validate() |
驗證 物件。 |