Share via


RecurrenceTrigger interface

Recurrence based trigger.

Extends

Properties

endTime

End time for the recurrence schedule in ISO 8601 format.

interval

Interval for the recurrence schedule.

schedule

Recurrence schedule for the recurrence trigger.

startTime

Start time for the recurrence schedule in ISO 8601 format.

timeZone

Time zone for the recurrence schedule.

type

Type of the trigger.

Property Details

endTime

End time for the recurrence schedule in ISO 8601 format.

endTime?: string

Property Value

string

interval

Interval for the recurrence schedule.

interval: number

Property Value

number

schedule

Recurrence schedule for the recurrence trigger.

schedule: RecurrenceScheduleUnion

Property Value

startTime

Start time for the recurrence schedule in ISO 8601 format.

startTime?: string

Property Value

string

timeZone

Time zone for the recurrence schedule.

timeZone?: string

Property Value

string

type

Type of the trigger.

type: "Recurrence"

Property Value

"Recurrence"