Uses of Class
com.azure.resourcemanager.compute.models.LinuxPatchSettings
-
Packages that use LinuxPatchSettings Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of LinuxPatchSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LinuxPatchSettings Modifier and Type Method Description LinuxPatchSettingsLinuxConfiguration. patchSettings()Get the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.LinuxPatchSettingsLinuxPatchSettings. withAssessmentMode(LinuxPatchAssessmentMode assessmentMode)Set the assessmentMode property: Specifies the mode of VM Guest Patch Assessment for the IaaS virtual machine.<br /><br /> Possible values are:<br /><br /> **ImageDefault** - You control the timing of patch assessments on a virtual machine.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.Methods in com.azure.resourcemanager.compute.models with parameters of type LinuxPatchSettings Modifier and Type Method Description LinuxConfigurationLinuxConfiguration. withPatchSettings(LinuxPatchSettings patchSettings)Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.
-