ScheduleCreateOrUpdateParameters interface
The parameters supplied to the create or update schedule operation.
Properties
| advanced |
Gets or sets the AdvancedSchedule. |
| description | Gets or sets the description of the schedule. |
| expiry |
Gets or sets the end time of the schedule. |
| frequency | Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month' |
| interval | Gets or sets the interval of the schedule. |
| name | Gets or sets the name of the Schedule. |
| start |
Gets or sets the start time of the schedule. |
| time |
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
Possible values include: 'OneTime', 'Day', 'Hour', 'Week', 'Month'
frequency: ScheduleFrequency
Property Value
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