DeletedVaultProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DeletedVaultProperties() |
DeletedVaultProperties クラスの新しいインスタンスを初期化します。 |
DeletedVaultProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, IDictionary<String,String>) |
DeletedVaultProperties クラスの新しいインスタンスを初期化します。 |
DeletedVaultProperties()
DeletedVaultProperties クラスの新しいインスタンスを初期化します。
public DeletedVaultProperties ();
Public Sub New ()
適用対象
DeletedVaultProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, IDictionary<String,String>)
DeletedVaultProperties クラスの新しいインスタンスを初期化します。
public DeletedVaultProperties (string vaultId = default, string location = default, DateTime? deletionDate = default, DateTime? scheduledPurgeDate = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.KeyVault.Fluent.Models.DeletedVaultProperties : string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.KeyVault.Fluent.Models.DeletedVaultProperties
Public Sub New (Optional vaultId As String = Nothing, Optional location As String = Nothing, Optional deletionDate As Nullable(Of DateTime) = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
パラメーター
- vaultId
- String
元のコンテナーのリソース ID。
- location
- String
元のコンテナーの場所。
- tags
- IDictionary<String,String>
元のコンテナーのタグ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET