Skip to main content

deleted_accounts

Creates, updates, deletes, gets or lists a deleted_accounts resource.

Overview

Namedeleted_accounts
TypeResource
Idazure.storage.deleted_accounts

Fields

NameDatatypeDescription
creation_timetextfield from the properties object
deletedAccountNametextfield from the properties object
deletion_timetextfield from the properties object
locationtextfield from the properties object
restore_referencetextfield from the properties object
storage_account_resource_idtextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeletedAccountName, location, subscriptionIdGet properties of specified deleted account resource.
listSELECTsubscriptionIdLists deleted accounts under the subscription.

SELECT examples

Lists deleted accounts under the subscription.

SELECT
creation_time,
deletedAccountName,
deletion_time,
location,
restore_reference,
storage_account_resource_id,
subscriptionId
FROM azure.storage.vw_deleted_accounts
WHERE subscriptionId = '{{ subscriptionId }}';