Uses of Class
com.azure.resourcemanager.connectedvmware.models.WindowsParameters
Packages that use WindowsParameters
Package
Description
Package containing the data models for ConnectedVMwareClient.
-
Uses of WindowsParameters in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return WindowsParametersModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.windowsParameters()
Get the windowsParameters property: Input for InstallPatches on a Windows VM, as directly received by the API.WindowsParameters.withClassificationsToInclude
(List<VMGuestPatchClassificationWindows> classificationsToInclude) Set the classificationsToInclude property: The update classifications to select when installing patches for Windows.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.withKbNumbersToExclude
(List<String> kbNumbersToExclude) Set the kbNumbersToExclude property: Kbs to exclude in the patch operation.WindowsParameters.withKbNumbersToInclude
(List<String> kbNumbersToInclude) Set the kbNumbersToInclude property: Kbs to include in the patch operation.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.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type WindowsParametersModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withWindowsParameters
(WindowsParameters windowsParameters) Set the windowsParameters property: Input for InstallPatches on a Windows VM, as directly received by the API.