Skip to main content

vw_mqtt_bridge_connectors

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

Overview

Namevw_mqtt_bridge_connectors
TypeView
Idazure.iot_mq.vw_mqtt_bridge_connectors

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, '$.bridgeInstances') as "bridge_instances",
JSON_EXTRACT(properties, '$.clientIdPrefix') as "client_id_prefix",
JSON_EXTRACT(properties, '$.image') as "image",
JSON_EXTRACT(properties, '$.localBrokerConnection') as "local_broker_connection",
JSON_EXTRACT(properties, '$.logLevel') as "log_level",
JSON_EXTRACT(properties, '$.nodeTolerations') as "node_tolerations",
JSON_EXTRACT(properties, '$.protocol') as "protocol",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.remoteBrokerConnection') as "remote_broker_connection",
subscriptionId,
resourceGroupName,
mqName,
mqttBridgeConnectorName
FROM azure.iot_mq.mqtt_bridge_connectors
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND mqName = 'replace-me';