Skip to main content

vw_edge_gateways

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

Overview

Namevw_edge_gateways
TypeView
Idazure_stack.fabric_admin.vw_edge_gateways

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.totalCapacity') as "total_capacity",
JSON_EXTRACT(properties, '$.availableCapacity') as "available_capacity",
JSON_EXTRACT(properties, '$.numberOfConnections') as "number_of_connections",
subscriptionId,
resourceGroupName,
location,
edgeGateway
FROM azure_stack.fabric_admin.edge_gateways
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND location = 'replace-me';