KeyVaultProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
KeyVaultProperties() |
KeyVaultProperties クラスの新しいインスタンスを初期化します。 |
KeyVaultProperties(String, String, String, Nullable<Boolean>, Nullable<DateTime>) |
KeyVaultProperties クラスの新しいインスタンスを初期化します。 |
KeyVaultProperties()
KeyVaultProperties クラスの新しいインスタンスを初期化します。
public KeyVaultProperties ();
Public Sub New ()
適用対象
KeyVaultProperties(String, String, String, Nullable<Boolean>, Nullable<DateTime>)
KeyVaultProperties クラスの新しいインスタンスを初期化します。
public KeyVaultProperties (string keyIdentifier = default, string versionedKeyIdentifier = default, string identity = default, bool? keyRotationEnabled = default, DateTime? lastKeyRotationTimestamp = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.KeyVaultProperties : string * string * string * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.ContainerRegistry.Models.KeyVaultProperties
Public Sub New (Optional keyIdentifier As String = Nothing, Optional versionedKeyIdentifier As String = Nothing, Optional identity As String = Nothing, Optional keyRotationEnabled As Nullable(Of Boolean) = Nothing, Optional lastKeyRotationTimestamp As Nullable(Of DateTime) = Nothing)
パラメーター
- keyIdentifier
- String
暗号化キーにアクセスするためのキー コンテナー URI。
- versionedKeyIdentifier
- String
暗号化に実際に使用されるキーのバージョンを含む完全修飾キー識別子。
- identity
- String
キー コンテナーへのアクセスに使用される ID のクライアント ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET