DeletedStorageAccountItem Class

Definition

The deleted storage account item containing metadata about the deleted storage account.

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

Constructors

DeletedStorageAccountItem()

Initializes a new instance of the DeletedStorageAccountItem class.

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

Initializes a new instance of the DeletedStorageAccountItem class.

Properties

Attributes

Gets the storage account management attributes.

(Inherited from StorageAccountItem)
DeletedDate

Gets the time when the storage account was deleted, in UTC

Id

Gets storage identifier.

(Inherited from StorageAccountItem)
Identifier

The storage account identifier.

(Inherited from StorageAccountItem)
RecoveryId

Gets or sets the url of the recovery object, used to identify and recover the deleted storage account.

ResourceId

Gets storage account resource Id.

(Inherited from StorageAccountItem)
ScheduledPurgeDate

Gets the time when the storage account is scheduled to be purged, in UTC

Tags

Gets application specific metadata in the form of key-value pairs.

(Inherited from StorageAccountItem)

Applies to