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