Skip to main content

vw_notifications

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

Overview

Namevw_notifications
TypeView
Idazure.api_management.vw_notifications

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.title') as "title",
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.recipients') as "recipients",
subscriptionId,
resourceGroupName,
serviceName,
notificationName
FROM azure.api_management.notifications
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me';