Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WindowsParameters

Package version

Input for InstallPatches on a Windows VM, as directly received by the API

Hierarchy

  • WindowsParameters

Index

Properties

Optional classificationsToInclude

classificationsToInclude: VMGuestPatchClassificationWindows[]

The update classifications to select when installing patches for Windows.

Optional excludeKbsRequiringReboot

excludeKbsRequiringReboot: undefined | false | true

Filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.

Optional kbNumbersToExclude

kbNumbersToExclude: string[]

Kbs to exclude in the patch operation

Optional kbNumbersToInclude

kbNumbersToInclude: string[]

Kbs to include in the patch operation

Optional maxPatchPublishDate

maxPatchPublishDate: Date

This is used to install patches that were published on or before this given max published date.

Generated using TypeDoc