RecurrenceResponse

data class RecurrenceResponse(val frequency: String? = null, val interval: Int? = null, val schedule: ComputeRecurrenceScheduleResponse? = null, val startTime: String? = null, val timeZone: String? = null)

The workflow trigger recurrence for ComputeStartStop schedule type.

Constructors

Link copied to clipboard
constructor(frequency: String? = null, interval: Int? = null, schedule: ComputeRecurrenceScheduleResponse? = null, startTime: String? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val frequency: String? = null

Required The frequency to trigger schedule.

Link copied to clipboard
val interval: Int? = null

Required Specifies schedule interval in conjunction with frequency

Link copied to clipboard

Required The recurrence schedule.

Link copied to clipboard
val startTime: String? = null

The start time in yyyy-MM-ddTHH:mm:ss format.

Link copied to clipboard
val timeZone: String? = null

Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11