Recurrence interface
The workflow trigger recurrence for ComputeStartStop schedule type.
Properties
frequency | [Required] The frequency to trigger schedule. |
interval | [Required] Specifies schedule interval in conjunction with frequency |
schedule | [Required] The recurrence schedule. |
start |
The start time in yyyy-MM-ddTHH:mm:ss format. |
time |
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11 |
Property Details
frequency
[Required] The frequency to trigger schedule.
frequency?: string
Property Value
string
interval
[Required] Specifies schedule interval in conjunction with frequency
interval?: number
Property Value
number
schedule
[Required] The recurrence schedule.
schedule?: ComputeRecurrenceSchedule
Property Value
startTime
The start time in yyyy-MM-ddTHH:mm:ss format.
startTime?: string
Property Value
string
timeZone
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
timeZone?: string
Property Value
string