InputWindowsParameters interface
Input properties for patching a Windows machine.
Properties
classifications |
Classification category of patches to be patched |
exclude |
Exclude patches which need reboot |
kb |
Windows KBID to be excluded for patching. |
kb |
Windows KBID to be included for patching. |
Property Details
classificationsToInclude
Classification category of patches to be patched
classificationsToInclude?: string[]
Property Value
string[]
excludeKbsRequiringReboot
Exclude patches which need reboot
excludeKbsRequiringReboot?: boolean
Property Value
boolean
kbNumbersToExclude
Windows KBID to be excluded for patching.
kbNumbersToExclude?: string[]
Property Value
string[]
kbNumbersToInclude
Windows KBID to be included for patching.
kbNumbersToInclude?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript