Skip to main content

vw_storage_accounts_storage_containers

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

Overview

Namevw_storage_accounts_storage_containers
TypeView
Idazure.data_lake_analytics.vw_storage_accounts_storage_containers

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,
JSON_EXTRACT(properties, '$.lastModifiedTime') as "last_modified_time",
subscriptionId,
resourceGroupName,
accountName,
storageAccountName,
containerName
FROM azure.data_lake_analytics.storage_accounts_storage_containers
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me' AND storageAccountName = 'replace-me';