Schedule Args
data class ScheduleArgs(val dayOfWeek: Output<AssessmentDayOfWeek>? = null, val enable: Output<Boolean>? = null, val monthlyOccurrence: Output<Int>? = null, val startTime: Output<String>? = null, val weeklyInterval: Output<Int>? = null) : ConvertibleToJava<ScheduleArgs>
Set assessment schedule for SQL Server.
Constructors
Link copied to clipboard
constructor(dayOfWeek: Output<AssessmentDayOfWeek>? = null, enable: Output<Boolean>? = null, monthlyOccurrence: Output<Int>? = null, startTime: Output<String>? = null, weeklyInterval: Output<Int>? = null)
Properties
Link copied to clipboard
Day of the week to run assessment.
Link copied to clipboard
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
Number of weeks to schedule between 2 assessment runs. Takes value from 1-6