GetConfigurationInstallPatchWindow

data class GetConfigurationInstallPatchWindow(val classificationsToIncludes: List<String>, val kbNumbersToExcludes: List<String>, val kbNumbersToIncludes: List<String>)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Classification category of patches to be patched.

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.