Uses of Class
com.azure.resourcemanager.compute.models.PatchSettings
Packages that use PatchSettings
Package
Description
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 PatchSettingsModifier and TypeMethodDescriptionWindowsConfiguration.patchSettings()Get the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.PatchSettings.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.PatchSettings.withAutomaticByPlatformSettings(WindowsVMGuestPatchAutomaticByPlatformSettings automaticByPlatformSettings) Set the automaticByPlatformSettings property: Specifies additional settings for patch mode AutomaticByPlatform in VM Guest Patching on Windows.PatchSettings.withEnableHotpatching(Boolean enableHotpatching) Set the enableHotpatching property: Enables customers to patch their Azure VMs without requiring a reboot.PatchSettings.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 PatchSettingsModifier and TypeMethodDescriptionWindowsConfiguration.withPatchSettings(PatchSettings patchSettings) Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Windows.