Skip to main content

vw_snapshots

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

Overview

Namevw_snapshots
TypeView
Idazure.container_storage.vw_snapshots

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.source') as "source",
subscriptionId,
resourceGroupName,
poolName,
snapshotName
FROM azure.container_storage.snapshots
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND poolName = 'replace-me';