Skip to main content

vw_watchers

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

Overview

Namevw_watchers
TypeView
Idazure.network.vw_watchers

Fields

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

SQL Definition

SELECT
id as id,
name as name,
etag as etag,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
networkWatcherName
FROM azure.network.watchers
WHERE subscriptionId = 'replace-me';