Skip to main content

vw_express_route_ports

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

Overview

Namevw_express_route_ports
TypeView
Idazure.network.vw_express_route_ports

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,
identity as identity,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.peeringLocation') as "peering_location",
JSON_EXTRACT(properties, '$.bandwidthInGbps') as "bandwidth_in_gbps",
JSON_EXTRACT(properties, '$.provisionedBandwidthInGbps') as "provisioned_bandwidth_in_gbps",
JSON_EXTRACT(properties, '$.mtu') as "mtu",
JSON_EXTRACT(properties, '$.encapsulation') as "encapsulation",
JSON_EXTRACT(properties, '$.etherType') as "ether_type",
JSON_EXTRACT(properties, '$.allocationDate') as "allocation_date",
JSON_EXTRACT(properties, '$.links') as "links",
JSON_EXTRACT(properties, '$.circuits') as "circuits",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceGuid') as "resource_guid",
JSON_EXTRACT(properties, '$.billingType') as "billing_type",
subscriptionId,
resourceGroupName,
expressRoutePortName
FROM azure.network.express_route_ports
WHERE subscriptionId = 'replace-me';