Get Schedule Result
data class GetScheduleResult(val azureApiVersion: String, val id: String, val name: String, val notes: String? = null, val provisioningState: String, val recurrencePattern: RecurrencePatternResponse? = null, val resourceOperationError: ResourceOperationErrorResponse, 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(azureApiVersion: String, id: String, name: String, notes: String? = null, provisioningState: String, recurrencePattern: RecurrencePatternResponse? = null, resourceOperationError: ResourceOperationErrorResponse, startAt: String? = null, stopAt: String, systemData: SystemDataResponse, timeZoneId: String, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
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
Error details of last operation done on schedule.
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.