Uses of Class
com.azure.resourcemanager.compute.models.WindowsVMGuestPatchMode
Packages that use WindowsVMGuestPatchMode
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsVMGuestPatchMode in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type WindowsVMGuestPatchMode in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine.Fields in com.azure.resourcemanager.compute.models declared as WindowsVMGuestPatchModeModifier and TypeFieldDescriptionstatic final WindowsVMGuestPatchModeWindowsVMGuestPatchMode.AUTOMATIC_BY_OSStatic value AutomaticByOS for WindowsVMGuestPatchMode.static final WindowsVMGuestPatchModeWindowsVMGuestPatchMode.AUTOMATIC_BY_PLATFORMStatic value AutomaticByPlatform for WindowsVMGuestPatchMode.static final WindowsVMGuestPatchModeWindowsVMGuestPatchMode.MANUALStatic value Manual for WindowsVMGuestPatchMode.Methods in com.azure.resourcemanager.compute.models that return WindowsVMGuestPatchModeModifier and TypeMethodDescriptionstatic WindowsVMGuestPatchModeWindowsVMGuestPatchMode.fromString(String name) Creates or finds a WindowsVMGuestPatchMode from its string representation.PatchSettings.patchMode()Get the patchMode property: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type WindowsVMGuestPatchModeModifier and TypeMethodDescriptionstatic Collection<WindowsVMGuestPatchMode> WindowsVMGuestPatchMode.values()Gets known WindowsVMGuestPatchMode values.Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsVMGuestPatchModeModifier and TypeMethodDescriptionPatchSettings.withPatchMode(WindowsVMGuestPatchMode patchMode) Set the patchMode property: Specifies the mode of VM Guest Patching to IaaS virtual machine or virtual machines associated to virtual machine scale set with OrchestrationMode as Flexible.<br /><br /> Possible values are:<br /><br /> **Manual** - You control the application of patches to a virtual machine.