Skip to main content

vw_express_route_cross_connection_peerings

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

Overview

Namevw_express_route_cross_connection_peerings
TypeView
Idazure.network.vw_express_route_cross_connection_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,
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, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.gatewayManagerEtag') as "gateway_manager_etag",
JSON_EXTRACT(properties, '$.lastModifiedBy') as "last_modified_by",
JSON_EXTRACT(properties, '$.ipv6PeeringConfig') as "ipv6_peering_config",
subscriptionId,
resourceGroupName,
crossConnectionName,
peeringName
FROM azure.network.express_route_cross_connection_peerings
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND crossConnectionName = 'replace-me';