WindowsUpdateSettingsResponse

data class WindowsUpdateSettingsResponse(val classifications: List<String>, val excludes: List<String>, val exclusivePatches: List<String>)

Windows patching is performed using the Windows Update Agent.

Constructors

Link copied to clipboard
fun WindowsUpdateSettingsResponse(classifications: List<String>, excludes: List<String>, exclusivePatches: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Only apply updates of these windows update classifications. If empty, all updates are applied.

Link copied to clipboard

List of KBs to exclude from update.

Link copied to clipboard

An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.