ScheduleResponse

data class ScheduleResponse(val dayOfWeek: String? = null, val enable: Boolean? = null, val monthlyOccurrence: Int? = null, val startTime: String? = null, val weeklyInterval: Int? = null)

Set assessment schedule for SQL Server.

Constructors

Link copied to clipboard
constructor(dayOfWeek: String? = null, enable: Boolean? = null, monthlyOccurrence: Int? = null, startTime: String? = null, weeklyInterval: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dayOfWeek: String? = null

Day of the week to run assessment.

Link copied to clipboard
val enable: Boolean? = null

Enable or disable assessment schedule on SQL virtual machine.

Link copied to clipboard
val monthlyOccurrence: Int? = null

Occurrence of the DayOfWeek day within a month to schedule assessment. Takes values: 1,2,3,4 and -1. Use -1 for last DayOfWeek day of the month

Link copied to clipboard
val startTime: String? = null

Time of the day in HH:mm format. Eg. 17:30

Link copied to clipboard
val weeklyInterval: Int? = null

Number of weeks to schedule between 2 assessment runs. Takes value from 1-6