GetScheduleResult

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)

Types

Link copied to clipboard
object Companion

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
val creationTime: String? = null

Gets or sets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard
val expiryTime: String? = null

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
val frequency: String? = null

Gets or sets the frequency of the schedule.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val interval: Any? = null

Gets or sets the interval of the schedule.

Link copied to clipboard
val isEnabled: Boolean? = null

Gets or sets a value indicating whether this schedule is enabled.

Link copied to clipboard

Gets or sets the last modified time.

Link copied to clipboard

The name of the resource

Link copied to clipboard
val nextRun: String? = null

Gets or sets the next run time of the schedule.

Link copied to clipboard

Gets or sets the next run time's offset in minutes.

Link copied to clipboard
val startTime: String? = null

Gets or sets the start time of the schedule.

Link copied to clipboard

Gets the start time's offset in minutes.

Link copied to clipboard
val timeZone: String? = null

Gets or sets the time zone of the schedule.

Link copied to clipboard

The type of the resource.