Skip to main content

vw_express_route_circuit_peerings

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

Overview

Namevw_express_route_circuit_peerings
TypeView
Idazure.network.vw_express_route_circuit_peerings

Fields

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

SQL Definition

SELECT
id as id,
name as name,
etag as etag,
type as type,
JSON_EXTRACT(properties, '$.peeringType') as "peering_type",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.azureASN') as "azure_asn",
JSON_EXTRACT(properties, '$.peerASN') as "peer_asn",
JSON_EXTRACT(properties, '$.primaryPeerAddressPrefix') as "primary_peer_address_prefix",
JSON_EXTRACT(properties, '$.secondaryPeerAddressPrefix') as "secondary_peer_address_prefix",
JSON_EXTRACT(properties, '$.primaryAzurePort') as "primary_azure_port",
JSON_EXTRACT(properties, '$.secondaryAzurePort') as "secondary_azure_port",
JSON_EXTRACT(properties, '$.sharedKey') as "shared_key",
JSON_EXTRACT(properties, '$.vlanId') as "vlan_id",
JSON_EXTRACT(properties, '$.microsoftPeeringConfig') as "microsoft_peering_config",
JSON_EXTRACT(properties, '$.stats') as "stats",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.gatewayManagerEtag') as "gateway_manager_etag",
JSON_EXTRACT(properties, '$.lastModifiedBy') as "last_modified_by",
JSON_EXTRACT(properties, '$.routeFilter') as "route_filter",
JSON_EXTRACT(properties, '$.ipv6PeeringConfig') as "ipv6_peering_config",
JSON_EXTRACT(properties, '$.expressRouteConnection') as "express_route_connection",
JSON_EXTRACT(properties, '$.connections') as "connections",
JSON_EXTRACT(properties, '$.peeredConnections') as "peered_connections",
subscriptionId,
resourceGroupName,
circuitName,
peeringName
FROM azure.network.express_route_circuit_peerings
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND circuitName = 'replace-me';