ScheduleCreateOrUpdateParameters interface

The parameters supplied to the create or update schedule operation.

Properties

advancedSchedule

Gets or sets the AdvancedSchedule.

description

Gets or sets the description of the schedule.

expiryTime

Gets or sets the end time of the schedule.

frequency

Gets or sets the frequency of the schedule.

interval

Gets or sets the interval of the schedule.

name

Gets or sets the name of the Schedule.

startTime

Gets or sets the start time of the schedule.

timeZone

Gets or sets the time zone of the schedule.

Property Details

advancedSchedule

Gets or sets the AdvancedSchedule.

advancedSchedule?: AdvancedSchedule

Property Value

description

Gets or sets the description of the schedule.

description?: string

Property Value

string

expiryTime

Gets or sets the end time of the schedule.

expiryTime?: Date

Property Value

Date

frequency

Gets or sets the frequency of the schedule.

frequency: string

Property Value

string

interval

Gets or sets the interval of the schedule.

interval?: any

Property Value

any

name

Gets or sets the name of the Schedule.

name: string

Property Value

string

startTime

Gets or sets the start time of the schedule.

startTime: Date

Property Value

Date

timeZone

Gets or sets the time zone of the schedule.

timeZone?: string

Property Value

string