Compartir a través de


Schedule interface

Set assessment schedule for SQL Server.

Properties

dayOfWeek

Day of the week to run assessment.

enable

Enable or disable assessment schedule on SQL virtual machine.

monthlyOccurrence

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

startTime

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

weeklyInterval

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

Property Details

dayOfWeek

Day of the week to run assessment.

dayOfWeek?: AssessmentDayOfWeek

Property Value

enable

Enable or disable assessment schedule on SQL virtual machine.

enable?: boolean

Property Value

boolean

monthlyOccurrence

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

monthlyOccurrence?: number

Property Value

number

startTime

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

startTime?: string

Property Value

string

weeklyInterval

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

weeklyInterval?: number

Property Value

number