Description | : Gets all job collections under specified subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Scheduler/jobCollections
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
id:
string
,
type:
string
,
name:
string
,
location:
string
,
tags:
object
,
properties:
}
{
,
sku:
{
,
name:
enum
,
}
state:
enum
,
quota:
}
{
,
maxJobCount:
integer
,
maxJobOccurrence:
integer
,
maxRecurrence:
}
{
,
frequency:
enum
,
interval:
integer
,
}
nextLink:
string
,
}