你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于