Uses of Class
com.microsoft.azure.management.compute.LinuxPatchSettings
Packages that use LinuxPatchSettings
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LinuxPatchSettings in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return LinuxPatchSettingsModifier and TypeMethodDescriptionLinuxConfiguration.patchSettings()
Get [Preview Feature] Specifies settings related to VM Guest Patching on Linux.LinuxPatchSettings.withPatchMode
(LinuxVMGuestPatchMode patchMode) Set specifies the mode of VM Guest Patching to IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - The virtual machine's default patching configuration is used.Methods in com.microsoft.azure.management.compute with parameters of type LinuxPatchSettingsModifier and TypeMethodDescriptionLinuxConfiguration.withPatchSettings
(LinuxPatchSettings patchSettings) Set [Preview Feature] Specifies settings related to VM Guest Patching on Linux.