Skip to main content

vw_dataflow_endpoints

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

Overview

Namevw_dataflow_endpoints
TypeView
Idazure.iotoperations.vw_dataflow_endpoints

Fields

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

SQL Definition

SELECT
extendedLocation as extended_location,
JSON_EXTRACT(properties, '$.endpointType') as "endpoint_type",
JSON_EXTRACT(properties, '$.dataExplorerSettings') as "data_explorer_settings",
JSON_EXTRACT(properties, '$.dataLakeStorageSettings') as "data_lake_storage_settings",
JSON_EXTRACT(properties, '$.fabricOneLakeSettings') as "fabric_one_lake_settings",
JSON_EXTRACT(properties, '$.kafkaSettings') as "kafka_settings",
JSON_EXTRACT(properties, '$.localStorageSettings') as "local_storage_settings",
JSON_EXTRACT(properties, '$.mqttSettings') as "mqtt_settings",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
instanceName,
dataflowEndpointName
FROM azure.iotoperations.dataflow_endpoints
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND instanceName = 'replace-me';