Uses of Class
com.microsoft.azure.management.compute.LinuxVMGuestPatchMode
Packages that use LinuxVMGuestPatchMode
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LinuxVMGuestPatchMode in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as LinuxVMGuestPatchModeModifier and TypeFieldDescriptionstatic final LinuxVMGuestPatchMode
LinuxVMGuestPatchMode.AUTOMATIC_BY_PLATFORM
Static value AutomaticByPlatform for LinuxVMGuestPatchMode.static final LinuxVMGuestPatchMode
LinuxVMGuestPatchMode.IMAGE_DEFAULT
Static value ImageDefault for LinuxVMGuestPatchMode.Methods in com.microsoft.azure.management.compute that return LinuxVMGuestPatchModeModifier 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.Methods in com.microsoft.azure.management.compute that return types with arguments of type LinuxVMGuestPatchModeModifier and TypeMethodDescriptionstatic Collection<LinuxVMGuestPatchMode>
LinuxVMGuestPatchMode.values()
Methods in com.microsoft.azure.management.compute with parameters of type LinuxVMGuestPatchModeModifier 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.