Skip to main content

vw_volume_groups

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

Overview

Namevw_volume_groups
TypeView
Idazure.elastic_san.vw_volume_groups

Fields

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

SQL Definition

SELECT
identity as identity,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.protocolType') as "protocol_type",
JSON_EXTRACT(properties, '$.encryption') as "encryption",
JSON_EXTRACT(properties, '$.encryptionProperties') as "encryption_properties",
JSON_EXTRACT(properties, '$.networkAcls') as "network_acls",
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
JSON_EXTRACT(properties, '$.enforceDataIntegrityCheckForIscsi') as "enforce_data_integrity_check_for_iscsi",
subscriptionId,
resourceGroupName,
elasticSanName,
volumeGroupName
FROM azure.elastic_san.volume_groups
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND elasticSanName = 'replace-me';