Skip to main content

vw_volume_groups

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

Overview

Namevw_volume_groups
TypeView
Idazure_isv.netapp.vw_volume_groups

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.groupMetaData') as "group_meta_data",
JSON_EXTRACT(properties, '$.volumes') as "volumes",
subscriptionId,
resourceGroupName,
accountName,
volumeGroupName
FROM azure_isv.netapp.volume_groups
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND accountName = 'replace-me';