RepairAction Struct

Definition

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