Skip to main content

vw_service_fabric_schedules

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

Overview

Namevw_service_fabric_schedules
TypeView
Idazure.dev_test_labs.vw_service_fabric_schedules

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.taskType') as "task_type",
JSON_EXTRACT(properties, '$.weeklyRecurrence') as "weekly_recurrence",
JSON_EXTRACT(properties, '$.dailyRecurrence') as "daily_recurrence",
JSON_EXTRACT(properties, '$.hourlyRecurrence') as "hourly_recurrence",
JSON_EXTRACT(properties, '$.timeZoneId') as "time_zone_id",
JSON_EXTRACT(properties, '$.notificationSettings') as "notification_settings",
JSON_EXTRACT(properties, '$.createdDate') as "created_date",
JSON_EXTRACT(properties, '$.targetResourceId') as "target_resource_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.uniqueIdentifier') as "unique_identifier",
subscriptionId,
resourceGroupName,
labName,
userName,
serviceFabricName,
name
FROM azure.dev_test_labs.service_fabric_schedules
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND labName = 'replace-me' AND userName = 'replace-me' AND serviceFabricName = 'replace-me';