Skip to main content

vw_peerings

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

Overview

Namevw_peerings
TypeView
Idazure.peering.vw_peerings

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
sku as sku,
kind as kind,
tags as tags,
JSON_EXTRACT(properties, '$.direct') as "direct",
JSON_EXTRACT(properties, '$.exchange') as "exchange",
JSON_EXTRACT(properties, '$.peeringLocation') as "peering_location",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
peeringName
FROM azure.peering.peerings
WHERE subscriptionId = 'replace-me';