Skip to main content

vw_data_services

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

Overview

Namevw_data_services
TypeView
Idazure.hybrid_data_manager.vw_data_services

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, '$.supportedDataSinkTypes') as "supported_data_sink_types",
JSON_EXTRACT(properties, '$.supportedDataSourceTypes') as "supported_data_source_types",
subscriptionId,
resourceGroupName,
dataManagerName,
dataServiceName
FROM azure.hybrid_data_manager.data_services
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND dataManagerName = 'replace-me';