ScheduleProperties interface
Schedule resource properties
- Extends
Properties
| provisioning |
Current provisioning state of the schedule. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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
provisioningState
Current provisioning state of the schedule. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
Inherited Property Details
notes
Notes for this schedule.
notes?: string
Property Value
string
Inherited From ScheduleUpdateProperties.notes
recurrencePattern
The recurrence pattern of the scheduled actions.
recurrencePattern?: RecurrencePattern
Property Value
Inherited From ScheduleUpdateProperties.recurrencePattern
startAt
When lab user virtual machines will be started. Timestamp offsets will be ignored and timeZoneId is used instead.
startAt?: Date
Property Value
Date
Inherited From ScheduleUpdateProperties.startAt
stopAt
When lab user virtual machines will be stopped. Timestamp offsets will be ignored and timeZoneId is used instead.
stopAt?: Date
Property Value
Date
Inherited From ScheduleUpdateProperties.stopAt
timeZoneId
The IANA timezone id for the schedule.
timeZoneId?: string
Property Value
string
Inherited From ScheduleUpdateProperties.timeZoneId