WindowsParameters interface
Input for InstallPatches on a Windows VM, as directly received by the API
Properties
classifications |
The update classifications to select when installing patches for Windows. |
exclude |
Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true. |
kb |
Kbs to exclude in the patch operation |
kb |
Kbs to include in the patch operation |
max |
This is used to install patches that were published on or before this given max published date. |
Property Details
classificationsToInclude
The update classifications to select when installing patches for Windows.
classificationsToInclude?: string[]
Property Value
string[]
excludeKbsRequiringReboot
Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.
excludeKbsRequiringReboot?: boolean
Property Value
boolean
kbNumbersToExclude
Kbs to exclude in the patch operation
kbNumbersToExclude?: string[]
Property Value
string[]
kbNumbersToInclude
Kbs to include in the patch operation
kbNumbersToInclude?: string[]
Property Value
string[]
maxPatchPublishDate
This is used to install patches that were published on or before this given max published date.
maxPatchPublishDate?: Date
Property Value
Date