Skip to main content

vw_storage_accounts

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

Overview

Namevw_storage_accounts
TypeView
Idazure.data_box_edge.vw_storage_accounts

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.storageAccountStatus') as "storage_account_status",
JSON_EXTRACT(properties, '$.dataPolicy') as "data_policy",
JSON_EXTRACT(properties, '$.storageAccountCredentialId') as "storage_account_credential_id",
JSON_EXTRACT(properties, '$.blobEndpoint') as "blob_endpoint",
JSON_EXTRACT(properties, '$.containerCount') as "container_count",
subscriptionId,
resourceGroupName,
deviceName,
storageAccountName
FROM azure.data_box_edge.storage_accounts
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND deviceName = 'replace-me';