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