Skip to main content

vw_job_collections

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

Overview

Namevw_job_collections
TypeView
Idazure.scheduler.vw_job_collections

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, '$.sku') as "sku",
JSON_EXTRACT(properties, '$.state') as "state",
JSON_EXTRACT(properties, '$.quota') as "quota",
subscriptionId,
resourceGroupName,
jobCollectionName
FROM azure.scheduler.job_collections
WHERE subscriptionId = 'replace-me';