Get Start Stop Managed Instance Schedule Result
data class GetStartStopManagedInstanceScheduleResult(val azureApiVersion: String, val description: String? = null, val id: String, val name: String, val nextExecutionTime: String, val nextRunAction: String, val scheduleList: List<ScheduleItemResponse>, val systemData: SystemDataResponse, val timeZoneId: String? = null, val type: String)
Managed instance's Start/Stop schedule.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The description of the schedule.
Link copied to clipboard
Timestamp when the next action will be executed in the corresponding schedule time zone.
Link copied to clipboard
Next action to be executed (Start or Stop)
Link copied to clipboard
Schedule list.
Link copied to clipboard
System data of the scheduled resource.
Link copied to clipboard
The time zone of the schedule.