Skip to main content

vw_internet_gateways

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

Overview

Namevw_internet_gateways
TypeView
Idazure.managed_network_fabric.vw_internet_gateways

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.annotation') as "annotation",
JSON_EXTRACT(properties, '$.internetGatewayRuleId') as "internet_gateway_rule_id",
JSON_EXTRACT(properties, '$.ipv4Address') as "ipv4_address",
JSON_EXTRACT(properties, '$.port') as "port",
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.networkFabricControllerId') as "network_fabric_controller_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
internetGatewayName
FROM azure.managed_network_fabric.internet_gateways
WHERE subscriptionId = 'replace-me';