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