Skip to main content

vw_scheduled_actions

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

Overview

Namevw_scheduled_actions
TypeView
Idazure.cost_management.vw_scheduled_actions

Fields

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

SQL Definition

SELECT
eTag as e_tag,
kind as kind,
systemData as system_data,
JSON_EXTRACT(properties, '$.displayName') as "display_name",
JSON_EXTRACT(properties, '$.fileDestination') as "file_destination",
JSON_EXTRACT(properties, '$.notification') as "notification",
JSON_EXTRACT(properties, '$.notificationEmail') as "notification_email",
JSON_EXTRACT(properties, '$.schedule') as "schedule",
JSON_EXTRACT(properties, '$.scope') as "scope",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.viewId') as "view_id",
scope,
name
FROM azure.cost_management.scheduled_actions
WHERE scope = 'replace-me' AND name = 'replace-me';