ScheduledActionsScheduleUpdate interface

Schedule changes for a scheduled action. Omitted properties keep their current values.

Properties

deadlineType

How the scheduled time is interpreted. The default is InitiateAt.

executionParameters

Settings that control operation execution and retries.

requestedDaysOfTheMonth

The calendar days when the action runs. An empty array means every day of the month.

requestedMonths

The months when the action runs. An empty array means every month.

requestedWeekDays

The days of the week when the action runs. An empty array means every day of the week.

scheduledTime

The local time of day when the scheduled action runs.

timeZone

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