Skip to main content

vw_volumes

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

Overview

Namevw_volumes
TypeView
Idazure.elastic_san.vw_volumes

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.volumeId') as "volume_id",
JSON_EXTRACT(properties, '$.creationData') as "creation_data",
JSON_EXTRACT(properties, '$.sizeGiB') as "size_gib",
JSON_EXTRACT(properties, '$.storageTarget') as "storage_target",
JSON_EXTRACT(properties, '$.managedBy') as "managed_by",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
elasticSanName,
volumeGroupName,
volumeName
FROM azure.elastic_san.volumes
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND elasticSanName = 'replace-me' AND volumeGroupName = 'replace-me';