Skip to main content

vw_endpoints

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

Overview

Namevw_endpoints
TypeView
Idazure.hybrid_connectivity.vw_endpoints

Fields

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

SQL Definition

SELECT
systemData as system_data,
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.resourceId') as "resource_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
resourceUri,
endpointName
FROM azure.hybrid_connectivity.endpoints
WHERE resourceUri = 'replace-me';