ConfigurationInstallPatchesWindow

data class ConfigurationInstallPatchesWindow(val classificationsToIncludes: List<String>? = null, val kbNumbersToExcludes: List<String>? = null, val kbNumbersToIncludes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(classificationsToIncludes: List<String>? = null, kbNumbersToExcludes: List<String>? = null, kbNumbersToIncludes: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Classification category of patches to be patched. Possible values are Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools and Updates.

Link copied to clipboard

List of KB numbers to be excluded from patching.

Link copied to clipboard

List of KB numbers to be included for patching.