RepairAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of repair action (replace, restart, reimage) that will be used for repairing unhealthy virtual machines in the scale set. Default value is replace.
public readonly struct RepairAction : IEquatable<Azure.ResourceManager.Compute.Models.RepairAction>
type RepairAction = struct
Public Structure RepairAction
Implements IEquatable(Of RepairAction)
- Inheritance
-
RepairAction
- Implements
Constructors
RepairAction(String) |
Initializes a new instance of RepairAction. |
Properties
Reimage |
Reimage. |
Replace |
Replace. |
Restart |
Restart. |
Methods
Equals(RepairAction) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RepairAction, RepairAction) |
Determines if two RepairAction values are the same. |
Implicit(String to RepairAction) |
Converts a String to a RepairAction. |
Inequality(RepairAction, RepairAction) |
Determines if two RepairAction values are not the same. |
Applies to
Azure SDK for .NET