Skip to main content

vw_extended_zones

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

Overview

Namevw_extended_zones
TypeView
Idazure.edge_zones.vw_extended_zones

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, '$.registrationState') as "registration_state",
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.regionalDisplayName') as "regional_display_name",
JSON_EXTRACT(properties, '$.regionType') as "region_type",
JSON_EXTRACT(properties, '$.regionCategory') as "region_category",
JSON_EXTRACT(properties, '$.geography') as "geography",
JSON_EXTRACT(properties, '$.geographyGroup') as "geography_group",
JSON_EXTRACT(properties, '$.longitude') as "longitude",
JSON_EXTRACT(properties, '$.latitude') as "latitude",
JSON_EXTRACT(properties, '$.homeLocation') as "home_location",
subscriptionId,
extendedZoneName
FROM azure.edge_zones.extended_zones
WHERE subscriptionId = 'replace-me';