RecurrenceTrigger interface
- Extends
Properties
frequency | [Required] The frequency to trigger schedule. |
interval | [Required] Specifies schedule interval in conjunction with frequency |
schedule | The recurrence schedule. |
trigger |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
end |
Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601. Recommented format would be "2022-06-01T00:00:01" If not present, the schedule will run indefinitely |
start |
Specifies start time of schedule in ISO 8601 format, but without a UTC offset. |
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
triggerType
Polymorphic discriminator, which specifies the different types this object can be
triggerType: "Recurrence"
Property Value
"Recurrence"
Inherited Property Details
endTime
Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601. Recommented format would be "2022-06-01T00:00:01" If not present, the schedule will run indefinitely
endTime?: string
Property Value
string
Inherited From TriggerBase.endTime
startTime
Specifies start time of schedule in ISO 8601 format, but without a UTC offset.
startTime?: string
Property Value
string
Inherited From TriggerBase.startTime
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
Inherited From TriggerBase.timeZone