SimpleSchedulePolicy interface
Simple policy schedule.
- Extends
Properties
hourly |
Hourly Schedule of this Policy |
schedule |
Polymorphic discriminator, which specifies the different types this object can be |
schedule |
List of days of week this schedule has to be run. |
schedule |
Frequency of the schedule operation of this policy. |
schedule |
List of times of day this schedule has to be run. |
schedule |
At every number weeks this schedule has to be run. |
Property Details
hourlySchedule
schedulePolicyType
Polymorphic discriminator, which specifies the different types this object can be
schedulePolicyType: "SimpleSchedulePolicy"
Property Value
"SimpleSchedulePolicy"
scheduleRunDays
List of days of week this schedule has to be run.
scheduleRunDays?: DayOfWeek[]
Property Value
scheduleRunFrequency
Frequency of the schedule operation of this policy.
scheduleRunFrequency?: string
Property Value
string
scheduleRunTimes
List of times of day this schedule has to be run.
scheduleRunTimes?: Date[]
Property Value
Date[]
scheduleWeeklyFrequency
At every number weeks this schedule has to be run.
scheduleWeeklyFrequency?: number
Property Value
number