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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type PatchSettingsModifier and TypeClassDescriptionfinal classSpecifies settings related to VM Guest Patching on Windows.Methods in com.azure.resourcemanager.compute.models that return PatchSettingsModifier and TypeMethodDescriptionstatic PatchSettingsPatchSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PatchSettings from the JsonReader.WindowsConfiguration.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.