GetStartStopManagedInstanceScheduleResult

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.

Constructors

constructor(azureApiVersion: String, description: String? = null, id: String, name: String, nextExecutionTime: String, nextRunAction: String, scheduleList: List<ScheduleItemResponse>, systemData: SystemDataResponse, timeZoneId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val description: String? = null

The description of the schedule.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

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
Link copied to clipboard

System data of the scheduled resource.

Link copied to clipboard
val timeZoneId: String? = null

The time zone of the schedule.

Link copied to clipboard

Resource type.