Share via


DeletedStorageAccountItem クラス

定義

削除されたストレージ アカウントに関するメタデータを含む、削除されたストレージ アカウント項目。

public class DeletedStorageAccountItem : Microsoft.Azure.KeyVault.Models.StorageAccountItem
type DeletedStorageAccountItem = class
    inherit StorageAccountItem
Public Class DeletedStorageAccountItem
Inherits StorageAccountItem
継承
DeletedStorageAccountItem

コンストラクター

DeletedStorageAccountItem()

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

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

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

プロパティ

Attributes

ストレージ アカウント管理属性を取得します。

(継承元 StorageAccountItem)
DeletedDate

ストレージ アカウントが削除された時刻を UTC で取得します

Id

ストレージ識別子を取得します。

(継承元 StorageAccountItem)
Identifier

ストレージ アカウント識別子。

(継承元 StorageAccountItem)
RecoveryId

削除されたストレージ アカウントの識別と回復に使用される回復オブジェクトの URL を取得または設定します。

ResourceId

ストレージ アカウントのリソース ID を取得します。

(継承元 StorageAccountItem)
ScheduledPurgeDate

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

Tags

キーと値のペアの形式でアプリケーション固有のメタデータを取得します。

(継承元 StorageAccountItem)

適用対象