Description | : Schedules a new run based on the request parameters and add it to the run queue. |
Reference | : Link ¶ |
⚼ Request
POST:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/scheduleRun
{
subscriptionId:
string
,
resourceGroupName:
string
,
registryName:
string
,
api-version:
string
,
runRequest:
}
{
,
type:
string
,
isArchiveEnabled:
boolean
,
}
⚐ Response (200)
{
properties:
}
{
,
runId:
string
,
status:
enum
,
lastUpdatedTime:
string
,
runType:
enum
,
createTime:
string
,
startTime:
string
,
finishTime:
string
,
outputImages:
[
]
,
{
,
registry:
string
,
repository:
string
,
tag:
string
,
digest:
string
,
}
task:
string
,
imageUpdateTrigger:
{
,
id:
string
,
timestamp:
string
,
images:
}
[
]
,
{
,
registry:
string
,
repository:
string
,
tag:
string
,
digest:
string
,
}
sourceTrigger:
{
,
id:
string
,
eventType:
string
,
commitId:
string
,
pullRequestId:
string
,
repositoryUrl:
string
,
branchName:
string
,
providerType:
string
,
}
platform:
{
,
os:
enum
,
architecture:
enum
,
variant:
enum
,
}
agentConfiguration:
{
,
cpu:
integer
,
}
sourceRegistryAuth:
string
,
customRegistries:
[
,
string
,
]
runErrorMessage:
string
,
provisioningState:
enum
,
isArchiveEnabled:
boolean
,
timerTrigger:
}
{
,
timerTriggerName:
string
,
scheduleOccurrence:
string
,
}
⚐ Response (202)
{}
⚐ Response (default)
{}