次の方法で共有


DeletedVaultProperties コンストラクター

定義

オーバーロード

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

元のコンテナーの場所。

deletionDate
Nullable<DateTime>

削除された日付。

scheduledPurgeDate
Nullable<DateTime>

スケジュールされた消去日。

tags
IDictionary<String,String>

元のコンテナーのタグ。

適用対象