Skip to main content

vw_express_route_ports_locations

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

Overview

Namevw_express_route_ports_locations
TypeView
Idazure.network.vw_express_route_ports_locations

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.address') as "address",
JSON_EXTRACT(properties, '$.contact') as "contact",
JSON_EXTRACT(properties, '$.availableBandwidths') as "available_bandwidths",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
locationName
FROM azure.network.express_route_ports_locations
WHERE subscriptionId = 'replace-me';