SimpleSchedulePolicy interface

Simple policy schedule.

Extends

Properties

hourlySchedule

Hourly Schedule of this Policy

schedulePolicyType

Polymorphic discriminator, which specifies the different types this object can be

scheduleRunDays

List of days of week this schedule has to be run.

scheduleRunFrequency

Frequency of the schedule operation of this policy.

scheduleRunTimes

List of times of day this schedule has to be run.

scheduleWeeklyFrequency

At every number weeks this schedule has to be run.

Property Details

hourlySchedule

Hourly Schedule of this Policy

hourlySchedule?: HourlySchedule

Property Value

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