Uses of Class
com.azure.resourcemanager.compute.models.WindowsVMGuestPatchMode
-
Packages that use WindowsVMGuestPatchMode Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of WindowsVMGuestPatchMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as WindowsVMGuestPatchMode Modifier and Type Field Description static WindowsVMGuestPatchModeWindowsVMGuestPatchMode. AUTOMATIC_BY_OSStatic value AutomaticByOS for WindowsVMGuestPatchMode.static WindowsVMGuestPatchModeWindowsVMGuestPatchMode. AUTOMATIC_BY_PLATFORMStatic value AutomaticByPlatform for WindowsVMGuestPatchMode.static WindowsVMGuestPatchModeWindowsVMGuestPatchMode. MANUALStatic value Manual for WindowsVMGuestPatchMode.Methods in com.azure.resourcemanager.compute.models that return WindowsVMGuestPatchMode Modifier and Type Method Description static WindowsVMGuestPatchModeWindowsVMGuestPatchMode. fromString(String name)Creates or finds a WindowsVMGuestPatchMode from its string representation.WindowsVMGuestPatchModePatchSettings. 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 WindowsVMGuestPatchMode Modifier and Type Method Description static Collection<WindowsVMGuestPatchMode>WindowsVMGuestPatchMode. values()Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsVMGuestPatchMode Modifier and Type Method Description PatchSettingsPatchSettings. 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.
-