Uses of Class
com.microsoft.azure.management.compute.LinuxVMGuestPatchMode
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LinuxVMGuestPatchMode in com.microsoft.azure.management.compute
Modifier and TypeFieldDescriptionstatic final LinuxVMGuestPatchMode
LinuxVMGuestPatchMode.AUTOMATIC_BY_PLATFORM
Static value AutomaticByPlatform for LinuxVMGuestPatchMode.static final LinuxVMGuestPatchMode
LinuxVMGuestPatchMode.IMAGE_DEFAULT
Static value ImageDefault for LinuxVMGuestPatchMode.Modifier and TypeMethodDescriptionstatic LinuxVMGuestPatchMode
LinuxVMGuestPatchMode.fromString
(String name) Creates or finds a LinuxVMGuestPatchMode from its string representation.LinuxPatchSettings.patchMode()
Get 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.Modifier and TypeMethodDescriptionstatic Collection<LinuxVMGuestPatchMode>
LinuxVMGuestPatchMode.values()
Modifier and TypeMethodDescriptionLinuxPatchSettings.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.