WindowsParameters |
VirtualMachineInstallPatchesParameters.windowsParameters() |
Get the windowsParameters property: Input for InstallPatches on a Windows VM, as directly received by the API.
|
WindowsParameters |
WindowsParameters.withClassificationsToInclude(List<VMGuestPatchClassificationWindows> classificationsToInclude) |
Set the classificationsToInclude property: The update classifications to select when installing patches for
Windows.
|
WindowsParameters |
WindowsParameters.withExcludeKbsRequiringReboot(Boolean excludeKbsRequiringReboot) |
Set the excludeKbsRequiringReboot property: Filters out Kbs that don't have an InstallationRebootBehavior of
'NeverReboots' when this is set to true.
|
WindowsParameters |
WindowsParameters.withKbNumbersToExclude(List<String> kbNumbersToExclude) |
Set the kbNumbersToExclude property: Kbs to exclude in the patch operation.
|
WindowsParameters |
WindowsParameters.withKbNumbersToInclude(List<String> kbNumbersToInclude) |
Set the kbNumbersToInclude property: Kbs to include in the patch operation.
|
WindowsParameters |
WindowsParameters.withMaxPatchPublishDate(OffsetDateTime maxPatchPublishDate) |
Set the maxPatchPublishDate property: This is used to install patches that were published on or before this given
max published date.
|