Uses of Class
com.microsoft.azure.management.compute.WindowsParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of WindowsParameters in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.windowsParameters()
Get input for InstallPatches on a Windows VM, as directly received by the API.WindowsParameters.withClassificationsToInclude
(List<VMGuestPatchClassificationWindows> classificationsToInclude) Set the update classifications to select when installing patches for Windows.WindowsParameters.withExcludeKbsRequiringReboot
(Boolean excludeKbsRequiringReboot) Set filters out Kbs that don't have an InstallationRebootBehavior of 'NeverReboots' when this is set to true.WindowsParameters.withKbNumbersToExclude
(List<String> kbNumbersToExclude) Set kbs to exclude in the patch operation.WindowsParameters.withKbNumbersToInclude
(List<String> kbNumbersToInclude) Set kbs to include in the patch operation.WindowsParameters.withMaxPatchPublishDate
(org.joda.time.DateTime maxPatchPublishDate) Set this is used to install patches that were published on or before this given max published date.Modifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withWindowsParameters
(WindowsParameters windowsParameters) Set input for InstallPatches on a Windows VM, as directly received by the API.