test/BigFactorySample2/trigger/TR_AlwaysDisabled.json
|
{
"name": "TR_AlwaysDisabled", "properties": { "annotations": [], "runtimeState": "Stopped", "pipelines": [ { "pipelineReference": { "referenceName": "PL_Wait5sec", "type": "PipelineReference" } } ], "type": "ScheduleTrigger", "typeProperties": { "recurrence": { "frequency": "Month", "interval": 1, "startTime": "2020-05-28T23:19:00.000Z", "timeZone": "UTC", "schedule": { "minutes": [ 0 ], "hours": [ 3 ], "monthDays": [ 1, 15 ] } } } } } |