SecretSetParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SecretSetParameters() |
SecretSetParameters クラスの新しいインスタンスを初期化します。 |
SecretSetParameters(String, IDictionary<String,String>, String, SecretAttributes) |
SecretSetParameters クラスの新しいインスタンスを初期化します。 |
SecretSetParameters()
SecretSetParameters クラスの新しいインスタンスを初期化します。
public SecretSetParameters ();
Public Sub New ()
適用対象
SecretSetParameters(String, IDictionary<String,String>, String, SecretAttributes)
SecretSetParameters クラスの新しいインスタンスを初期化します。
public SecretSetParameters (string value, System.Collections.Generic.IDictionary<string,string> tags = default, string contentType = default, Microsoft.Azure.KeyVault.Models.SecretAttributes secretAttributes = default);
new Microsoft.Azure.KeyVault.Models.SecretSetParameters : string * System.Collections.Generic.IDictionary<string, string> * string * Microsoft.Azure.KeyVault.Models.SecretAttributes -> Microsoft.Azure.KeyVault.Models.SecretSetParameters
Public Sub New (value As String, Optional tags As IDictionary(Of String, String) = Nothing, Optional contentType As String = Nothing, Optional secretAttributes As SecretAttributes = Nothing)
パラメーター
- value
- String
シークレットの値。
- tags
- IDictionary<String,String>
キーと値のペアの形式による、アプリケーション固有のメタデータ。
- contentType
- String
パスワードなどのシークレット値の種類。
- secretAttributes
- SecretAttributes
シークレット管理属性。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET