Uses of Class
com.microsoft.azure.management.compute.VirtualMachineInstallPatchesParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineInstallPatchesParameters in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withLinuxParameters
(LinuxParameters linuxParameters) Set input for InstallPatches on a Linux VM, as directly received by the API.VirtualMachineInstallPatchesParameters.withMaximumDuration
(String maximumDuration) Set specifies the maximum amount of time that the operation will run.VirtualMachineInstallPatchesParameters.withRebootSetting
(VMGuestPatchRebootSetting rebootSetting) Set defines when it is acceptable to reboot a VM during a software update operation.VirtualMachineInstallPatchesParameters.withWindowsParameters
(WindowsParameters windowsParameters) Set input for InstallPatches on a Windows VM, as directly received by the API.