ScheduledActionsScheduleUpdate interface
Schedule changes for a scheduled action. Omitted properties keep their current values.
Properties
| deadline |
How the scheduled time is interpreted. The default is |
| execution |
Settings that control operation execution and retries. |
| requested |
The calendar days when the action runs. An empty array means every day of the month. |
| requested |
The months when the action runs. An empty array means every month. |
| requested |
The days of the week when the action runs. An empty array means every day of the week. |
| scheduled |
The local time of day when the scheduled action runs. |
| time |
The time zone used to interpret the scheduled time. |
Property Details
deadlineType
How the scheduled time is interpreted. The default is InitiateAt.
deadlineType?: string
Property Value
string
executionParameters
Settings that control operation execution and retries.
executionParameters?: ScheduledActionsExecutionParameters
Property Value
requestedDaysOfTheMonth
The calendar days when the action runs. An empty array means every day of the month.
requestedDaysOfTheMonth?: number[]
Property Value
number[]
requestedMonths
The months when the action runs. An empty array means every month.
requestedMonths?: string[]
Property Value
string[]
requestedWeekDays
The days of the week when the action runs. An empty array means every day of the week.
requestedWeekDays?: string[]
Property Value
string[]
scheduledTime
The local time of day when the scheduled action runs.
scheduledTime?: string
Property Value
string
timeZone
The time zone used to interpret the scheduled time.
timeZone?: string
Property Value
string