DeletedAccount Class
Deleted storage account.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage.v2021_08_01.models._models_py3.ProxyResourceDeletedAccount
Constructor
DeletedAccount(**kwargs: Any)
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
storage_account_resource_id
|
Full resource id of the original storage account. |
location
|
Location of the deleted account. |
restore_reference
|
Can be used to attempt recovering this deleted account via PutStorageAccount API. |
creation_time
|
Creation time of the deleted account. |
deletion_time
|
Deletion time of the deleted account. |
Azure SDK for Python