WindowsParameters interface

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

Properties

classificationsToInclude

The update classifications to select when installing patches for Windows.

excludeKbsRequiringReboot

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

kbNumbersToExclude

Kbs to exclude in the patch operation

kbNumbersToInclude

Kbs to include in the patch operation

maxPatchPublishDate

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