Get Schedule Result
data class GetScheduleResult(val id: String, val name: String, val notes: String? = null, val provisioningState: String, val recurrencePattern: RecurrencePatternResponse? = null, val startAt: String? = null, val stopAt: String, val systemData: SystemDataResponse, val timeZoneId: String, val type: String)
Schedule for automatically turning virtual machines in a lab on and off at specified times.
Constructors
Link copied to clipboard
constructor(id: String, name: String, notes: String? = null, provisioningState: String, recurrencePattern: RecurrencePatternResponse? = null, startAt: String? = null, stopAt: String, systemData: SystemDataResponse, timeZoneId: String, type: String)
Properties
Link copied to clipboard
Current provisioning state of the schedule.
Link copied to clipboard
The recurrence pattern of the scheduled actions.
Link copied to clipboard
Metadata pertaining to creation and last modification of the schedule.
Link copied to clipboard
The IANA timezone id for the schedule.