Uses of Class
com.azure.resourcemanager.compute.models.RepairAction
-
Packages that use RepairAction Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of RepairAction in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as RepairAction Modifier and Type Field Description static RepairActionRepairAction. REIMAGEStatic value Reimage for RepairAction.static RepairActionRepairAction. REPLACEStatic value Replace for RepairAction.static RepairActionRepairAction. RESTARTStatic value Restart for RepairAction.Methods in com.azure.resourcemanager.compute.models that return RepairAction Modifier and Type Method Description static RepairActionRepairAction. fromString(String name)Creates or finds a RepairAction from its string representation.RepairActionAutomaticRepairsPolicy. repairAction()Get the repairAction property: Type of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type RepairAction Modifier and Type Method Description static Collection<RepairAction>RepairAction. values()Methods in com.azure.resourcemanager.compute.models with parameters of type RepairAction Modifier and Type Method Description AutomaticRepairsPolicyAutomaticRepairsPolicy. withRepairAction(RepairAction repairAction)Set the repairAction property: Type of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set.
-