Auto Patching Settings Response
data class AutoPatchingSettingsResponse(val dayOfWeek: String? = null, val enable: Boolean? = null, val maintenanceWindowDuration: Int? = null, val maintenanceWindowStartingHour: Int? = null)
Set a patching window during which Windows and SQL patches will be applied.
Constructors
Link copied to clipboard
fun AutoPatchingSettingsResponse(dayOfWeek: String? = null, enable: Boolean? = null, maintenanceWindowDuration: Int? = null, maintenanceWindowStartingHour: Int? = null)