Uses of Class
com.azure.resourcemanager.compute.models.LinuxPatchSettings
Packages that use LinuxPatchSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LinuxPatchSettings in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type LinuxPatchSettingsModifier and TypeClassDescriptionfinal classSpecifies settings related to VM Guest Patching on Linux.Methods in com.azure.resourcemanager.compute.models that return LinuxPatchSettingsModifier and TypeMethodDescriptionstatic LinuxPatchSettingsLinuxPatchSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LinuxPatchSettings from the JsonReader.LinuxConfiguration.patchSettings()Get the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.LinuxPatchSettings.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.LinuxPatchSettings.withAutomaticByPlatformSettings(LinuxVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings) Set the automaticByPlatformSettings property: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Linux.LinuxPatchSettings.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 LinuxPatchSettingsModifier and TypeMethodDescriptionLinuxConfiguration.withPatchSettings(LinuxPatchSettings patchSettings) Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.