DeletedAccountProperties Class

Attributes of a deleted storage account.

Constructor

DeletedAccountProperties(*args: Any, **kwargs: Any)

Variables

Name Description
storage_account_resource_id
str

Full resource id of the original storage account.

location
str

Location of the deleted account.

restore_reference
str

Can be used to attempt recovering this deleted account via PutStorageAccount API.

creation_time
str

Creation time of the deleted account.

deletion_time
str

Deletion time of the deleted account.

Attributes

creation_time

Creation time of the deleted account.

creation_time: str | None

deletion_time

Deletion time of the deleted account.

deletion_time: str | None

location

Location of the deleted account.

location: str | None

restore_reference

Can be used to attempt recovering this deleted account via PutStorageAccount API.

restore_reference: str | None

storage_account_resource_id

Full resource id of the original storage account.

storage_account_resource_id: str | None