ScheduleUpdateProperties interface
Schedule resource properties used for updates.
Properties
notes | Notes for this schedule. |
recurrence |
The recurrence pattern of the scheduled actions. |
start |
When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead. |
stop |
When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead. |
time |
The IANA timezone id for the schedule. |
Property Details
notes
Notes for this schedule.
notes?: string
Property Value
string
recurrencePattern
The recurrence pattern of the scheduled actions.
recurrencePattern?: RecurrencePattern
Property Value
startAt
When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead.
startAt?: Date
Property Value
Date
stopAt
When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.
stopAt?: Date
Property Value
Date
timeZoneId
The IANA timezone id for the schedule.
timeZoneId?: string
Property Value
string