AutoPatchingSettings interface
Set a patching window during which Windows and SQL patches will be applied.
Properties
day |
Day of week to apply the patch on. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday' |
enable | Enable or disable autopatching on SQL virtual machine. |
maintenance |
Duration of patching. |
maintenance |
Hour of the day when patching is initiated. Local VM time. |
Property Details
dayOfWeek
Day of week to apply the patch on. Possible values include: 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'
dayOfWeek?: DayOfWeek
Property Value
enable
Enable or disable autopatching on SQL virtual machine.
enable?: boolean
Property Value
boolean
maintenanceWindowDuration
Duration of patching.
maintenanceWindowDuration?: number
Property Value
number
maintenanceWindowStartingHour
Hour of the day when patching is initiated. Local VM time.
maintenanceWindowStartingHour?: number
Property Value
number