Skip to main content

vw_mqtt_bridge_topic_maps

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

Overview

Namevw_mqtt_bridge_topic_maps
TypeView
Idazure.iot_mq.vw_mqtt_bridge_topic_maps

Fields

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

SQL Definition

SELECT
location as location,
extendedLocation as extended_location,
tags as tags,
JSON_EXTRACT(properties, '$.mqttBridgeConnectorRef') as "mqtt_bridge_connector_ref",
JSON_EXTRACT(properties, '$.routes') as "routes",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
mqName,
mqttBridgeConnectorName,
topicMapName
FROM azure.iot_mq.mqtt_bridge_topic_maps
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND mqName = 'replace-me' AND mqttBridgeConnectorName = 'replace-me';