Uses of Class
com.azure.resourcemanager.compute.models.RepairAction
Packages that use RepairAction
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of RepairAction in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type RepairAction in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classType of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set.Fields in com.azure.resourcemanager.compute.models declared as RepairActionModifier and TypeFieldDescriptionstatic final RepairActionRepairAction.REIMAGEStatic value Reimage for RepairAction.static final RepairActionRepairAction.REPLACEStatic value Replace for RepairAction.static final RepairActionRepairAction.RESTARTStatic value Restart for RepairAction.Methods in com.azure.resourcemanager.compute.models that return RepairActionModifier and TypeMethodDescriptionstatic RepairActionRepairAction.fromString(String name) Creates or finds a RepairAction from its string representation.AutomaticRepairsPolicy.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 RepairActionModifier and TypeMethodDescriptionstatic Collection<RepairAction> RepairAction.values()Gets known RepairAction values.Methods in com.azure.resourcemanager.compute.models with parameters of type RepairActionModifier and TypeMethodDescriptionAutomaticRepairsPolicy.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.