Skip to main content

vw_express_route_connections

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

Overview

Namevw_express_route_connections
TypeView
Idazure.network.vw_express_route_connections

Fields

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

SQL Definition

SELECT
id as id,
name as name,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.expressRouteCircuitPeering') as "express_route_circuit_peering",
JSON_EXTRACT(properties, '$.authorizationKey') as "authorization_key",
JSON_EXTRACT(properties, '$.routingWeight') as "routing_weight",
JSON_EXTRACT(properties, '$.enableInternetSecurity') as "enable_internet_security",
JSON_EXTRACT(properties, '$.expressRouteGatewayBypass') as "express_route_gateway_bypass",
JSON_EXTRACT(properties, '$.enablePrivateLinkFastPath') as "enable_private_link_fast_path",
JSON_EXTRACT(properties, '$.routingConfiguration') as "routing_configuration",
subscriptionId,
resourceGroupName,
expressRouteGatewayName,
connectionName
FROM azure.network.express_route_connections
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND expressRouteGatewayName = 'replace-me';