次の方法で共有


DeletedStorageAccountItem コンストラクター

定義

オーバーロード

DeletedStorageAccountItem()

DeletedStorageAccountItem クラスの新しいインスタンスを初期化します。

DeletedStorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

DeletedStorageAccountItem クラスの新しいインスタンスを初期化します。

DeletedStorageAccountItem()

ソース:
DeletedStorageAccountItem.cs

DeletedStorageAccountItem クラスの新しいインスタンスを初期化します。

public DeletedStorageAccountItem ();
Public Sub New ()

適用対象

DeletedStorageAccountItem(String, String, StorageAccountAttributes, IDictionary<String,String>, String, Nullable<DateTime>, Nullable<DateTime>)

ソース:
DeletedStorageAccountItem.cs

DeletedStorageAccountItem クラスの新しいインスタンスを初期化します。

public DeletedStorageAccountItem (string id = default, string resourceId = default, Microsoft.Azure.KeyVault.Models.StorageAccountAttributes attributes = default, System.Collections.Generic.IDictionary<string,string> tags = default, string recoveryId = default, DateTime? scheduledPurgeDate = default, DateTime? deletedDate = default);
new Microsoft.Azure.KeyVault.Models.DeletedStorageAccountItem : string * string * Microsoft.Azure.KeyVault.Models.StorageAccountAttributes * System.Collections.Generic.IDictionary<string, string> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.KeyVault.Models.DeletedStorageAccountItem
Public Sub New (Optional id As String = Nothing, Optional resourceId As String = Nothing, Optional attributes As StorageAccountAttributes = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional recoveryId As String = Nothing, Optional scheduledPurgeDate As Nullable(Of DateTime) = Nothing, Optional deletedDate As Nullable(Of DateTime) = Nothing)

パラメーター

id
String

ストレージ識別子。

resourceId
String

ストレージ アカウントのリソース ID。

attributes
StorageAccountAttributes

ストレージ アカウント管理属性。

tags
IDictionary<String,String>

キーと値のペアの形式による、アプリケーション固有のメタデータ。

recoveryId
String

削除されたストレージ アカウントを識別して回復するために使用される回復オブジェクトの URL。

scheduledPurgeDate
Nullable<DateTime>

ストレージ アカウントの消去がスケジュールされている時刻 (UTC)

deletedDate
Nullable<DateTime>

ストレージ アカウントが削除された時刻 (UTC)

適用対象