Uses of Class
com.azure.resourcemanager.compute.models.LinuxVMGuestPatchMode
-
Packages that use LinuxVMGuestPatchMode Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of LinuxVMGuestPatchMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as LinuxVMGuestPatchMode Modifier and Type Field Description static LinuxVMGuestPatchModeLinuxVMGuestPatchMode. AUTOMATIC_BY_PLATFORMStatic value AutomaticByPlatform for LinuxVMGuestPatchMode.static LinuxVMGuestPatchModeLinuxVMGuestPatchMode. IMAGE_DEFAULTStatic value ImageDefault for LinuxVMGuestPatchMode.Methods in com.azure.resourcemanager.compute.models that return LinuxVMGuestPatchMode Modifier and Type Method Description static LinuxVMGuestPatchModeLinuxVMGuestPatchMode. fromString(String name)Creates or finds a LinuxVMGuestPatchMode from its string representation.LinuxVMGuestPatchModeLinuxPatchSettings. 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 /> **ImageDefault** - The virtual machine's default patching configuration is used.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type LinuxVMGuestPatchMode Modifier and Type Method Description static Collection<LinuxVMGuestPatchMode>LinuxVMGuestPatchMode. values()Methods in com.azure.resourcemanager.compute.models with parameters of type LinuxVMGuestPatchMode Modifier and Type Method Description LinuxPatchSettingsLinuxPatchSettings. withPatchMode(LinuxVMGuestPatchMode 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 /> **ImageDefault** - The virtual machine's default patching configuration is used.
-