Share via


KeyVaultSecret(String, String) コンストラクター

定義

KeyVaultSecret クラスの新しいインスタンスを初期化します。

public KeyVaultSecret (string name, string value);
new Azure.Security.KeyVault.Secrets.KeyVaultSecret : string * string -> Azure.Security.KeyVault.Secrets.KeyVaultSecret
Public Sub New (name As String, value As String)

パラメーター

name
String

シークレットの名前。

value
String

シークレットの値。

例外

name が空の文字列です。

name または value が null です。

適用対象