SUCScheduleProperties interface
Definition of schedule parameters.
Properties
advanced |
Gets or sets the advanced schedule. |
creation |
Gets or sets the creation time. |
description | Gets or sets the description. |
expiry |
Gets or sets the end time of the schedule. |
expiry |
Gets or sets the expiry time's offset in minutes. |
frequency | Gets or sets the frequency of the schedule. |
interval | Gets or sets the interval of the schedule. |
is |
Gets or sets a value indicating whether this schedule is enabled. |
last |
Gets or sets the last modified time. |
next |
Gets or sets the next run time of the schedule. |
next |
Gets or sets the next run time's offset in minutes. |
start |
Gets or sets the start time of the schedule. |
start |
Gets the start time's offset in minutes. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
Gets or sets the time zone of the schedule. |
Property Details
advancedSchedule
Gets or sets the advanced schedule.
advancedSchedule?: AdvancedSchedule
Property Value
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
description
Gets or sets the description.
description?: string
Property Value
string
expiryTime
Gets or sets the end time of the schedule.
expiryTime?: Date
Property Value
Date
expiryTimeOffsetMinutes
Gets or sets the expiry time's offset in minutes.
expiryTimeOffsetMinutes?: number
Property Value
number
frequency
Gets or sets the frequency of the schedule.
frequency?: string
Property Value
string
interval
Gets or sets the interval of the schedule.
interval?: number
Property Value
number
isEnabled
Gets or sets a value indicating whether this schedule is enabled.
isEnabled?: boolean
Property Value
boolean
lastModifiedTime
Gets or sets the last modified time.
lastModifiedTime?: Date
Property Value
Date
nextRun
Gets or sets the next run time of the schedule.
nextRun?: Date
Property Value
Date
nextRunOffsetMinutes
Gets or sets the next run time's offset in minutes.
nextRunOffsetMinutes?: number
Property Value
number
startTime
Gets or sets the start time of the schedule.
startTime?: Date
Property Value
Date
startTimeOffsetMinutes
Gets the start time's offset in minutes. NOTE: This property will not be serialized. It can only be populated by the server.
startTimeOffsetMinutes?: number
Property Value
number
timeZone
Gets or sets the time zone of the schedule.
timeZone?: string
Property Value
string
Azure SDK for JavaScript