Get Schedule Result
data class GetScheduleResult(val advancedSchedule: AdvancedScheduleResponse? = null, val azureApiVersion: String, val creationTime: String? = null, val description: String? = null, val expiryTime: String? = null, val expiryTimeOffsetMinutes: Double? = null, val frequency: String? = null, val id: String, val interval: Any? = null, val isEnabled: Boolean? = null, val lastModifiedTime: String? = null, val name: String, val nextRun: String? = null, val nextRunOffsetMinutes: Double? = null, val startTime: String? = null, val startTimeOffsetMinutes: Double, val timeZone: String? = null, val type: String)
Definition of the schedule.
Constructors
Link copied to clipboard
constructor(advancedSchedule: AdvancedScheduleResponse? = null, azureApiVersion: String, creationTime: String? = null, description: String? = null, expiryTime: String? = null, expiryTimeOffsetMinutes: Double? = null, frequency: String? = null, id: String, interval: Any? = null, isEnabled: Boolean? = null, lastModifiedTime: String? = null, name: String, nextRun: String? = null, nextRunOffsetMinutes: Double? = null, startTime: String? = null, startTimeOffsetMinutes: Double, timeZone: String? = null, type: String)
Properties
Link copied to clipboard
Gets or sets the advanced schedule.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets or sets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets or sets the end time of the schedule.
Link copied to clipboard
Gets or sets the expiry time's offset in minutes.
Link copied to clipboard
Gets or sets the last modified time.
Link copied to clipboard
Gets or sets the next run time's offset in minutes.
Link copied to clipboard
Gets the start time's offset in minutes.