AutoPatchingSettings interface

Set a patching window during which Windows and SQL patches will be applied.

Properties

additionalVmPatch

Additional Patch to be enable or enabled on the SQL Virtual Machine.

dayOfWeek

Day of week to apply the patch on.

enable

Enable or disable autopatching on SQL virtual machine.

maintenanceWindowDuration

Duration of patching.

maintenanceWindowStartingHour

Hour of the day when patching is initiated. Local VM time.

Property Details

additionalVmPatch

Additional Patch to be enable or enabled on the SQL Virtual Machine.

additionalVmPatch?: string

Property Value

string

dayOfWeek

Day of week to apply the patch on.

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