Uses of Class
com.azure.resourcemanager.compute.models.WindowsPatchAssessmentMode
Packages that use WindowsPatchAssessmentMode
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of WindowsPatchAssessmentMode in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type WindowsPatchAssessmentMode in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classSpecifies 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.Fields in com.azure.resourcemanager.compute.models declared as WindowsPatchAssessmentModeModifier and TypeFieldDescriptionstatic final WindowsPatchAssessmentModeWindowsPatchAssessmentMode.AUTOMATIC_BY_PLATFORMStatic value AutomaticByPlatform for WindowsPatchAssessmentMode.static final WindowsPatchAssessmentModeWindowsPatchAssessmentMode.IMAGE_DEFAULTStatic value ImageDefault for WindowsPatchAssessmentMode.Methods in com.azure.resourcemanager.compute.models that return WindowsPatchAssessmentModeModifier and TypeMethodDescriptionPatchSettings.assessmentMode()Get 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.static WindowsPatchAssessmentModeWindowsPatchAssessmentMode.fromString(String name) Creates or finds a WindowsPatchAssessmentMode from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type WindowsPatchAssessmentModeModifier and TypeMethodDescriptionstatic Collection<WindowsPatchAssessmentMode> WindowsPatchAssessmentMode.values()Gets known WindowsPatchAssessmentMode values.Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsPatchAssessmentModeModifier and TypeMethodDescriptionPatchSettings.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.