Uses of Class
com.azure.resourcemanager.compute.models.WindowsPatchAssessmentMode
-
Packages that use WindowsPatchAssessmentMode Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of WindowsPatchAssessmentMode in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as WindowsPatchAssessmentMode Modifier and Type Field Description static WindowsPatchAssessmentModeWindowsPatchAssessmentMode. AUTOMATIC_BY_PLATFORMStatic value AutomaticByPlatform for WindowsPatchAssessmentMode.static WindowsPatchAssessmentModeWindowsPatchAssessmentMode. IMAGE_DEFAULTStatic value ImageDefault for WindowsPatchAssessmentMode.Methods in com.azure.resourcemanager.compute.models that return WindowsPatchAssessmentMode Modifier and Type Method Description WindowsPatchAssessmentModePatchSettings. 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 WindowsPatchAssessmentMode Modifier and Type Method Description static Collection<WindowsPatchAssessmentMode>WindowsPatchAssessmentMode. values()Methods in com.azure.resourcemanager.compute.models with parameters of type WindowsPatchAssessmentMode Modifier and Type Method Description 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.
-