Uses of Class
com.microsoft.azure.management.compute.PatchSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of PatchSettings in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionWindowsConfiguration.patchSettings()
Get [Preview Feature] Specifies settings related to VM Guest Patching on Windows.PatchSettings.withEnableHotpatching
(Boolean enableHotpatching) Set enables customers to patch their Azure VMs without requiring a reboot.PatchSettings.withPatchMode
(WindowsVMGuestPatchMode patchMode) Set specifies the mode of VM Guest Patching to IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine.Modifier and TypeMethodDescriptionWindowsConfiguration.withPatchSettings
(PatchSettings patchSettings) Set [Preview Feature] Specifies settings related to VM Guest Patching on Windows.