Uses of Class
com.azure.resourcemanager.compute.models.PatchSettings
-
Packages that use PatchSettings Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of PatchSettings in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return PatchSettings Modifier and Type Method Description PatchSettingsWindowsConfiguration. patchSettings()Get the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.PatchSettingsPatchSettings. withAssessmentMode(WindowsPatchAssessmentMode 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.<br /><br /> **AutomaticByPlatform** - The platform will trigger periodic patch assessments.PatchSettingsPatchSettings. withEnableHotpatching(Boolean enableHotpatching)Set the enableHotpatching property: Enables customers to patch their Azure VMs without requiring a reboot.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.Methods in com.azure.resourcemanager.compute.models with parameters of type PatchSettings Modifier and Type Method Description WindowsConfigurationWindowsConfiguration. withPatchSettings(PatchSettings patchSettings)Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.
-