Skip to main content

vw_volume_snapshots

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

Overview

Namevw_volume_snapshots
TypeView
Idazure.elastic_san.vw_volume_snapshots

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.creationData') as "creation_data",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.sourceVolumeSizeGiB') as "source_volume_size_gib",
JSON_EXTRACT(properties, '$.volumeName') as "volume_name",
subscriptionId,
resourceGroupName,
elasticSanName,
volumeGroupName,
snapshotName
FROM azure.elastic_san.volume_snapshots
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND elasticSanName = 'replace-me' AND volumeGroupName = 'replace-me';