Share via


TroubleshooterExecutionStatus Struct

Definition

Status of Troubleshooter Step execution.

public readonly struct TroubleshooterExecutionStatus : IEquatable<Azure.ResourceManager.SelfHelp.Models.TroubleshooterExecutionStatus>
type TroubleshooterExecutionStatus = struct
Public Structure TroubleshooterExecutionStatus
Implements IEquatable(Of TroubleshooterExecutionStatus)
Inheritance
TroubleshooterExecutionStatus
Implements

Constructors

TroubleshooterExecutionStatus(String)

Initializes a new instance of TroubleshooterExecutionStatus.

Properties

Failed

Step execution failed.

Running

Step execution running.

Success

Step execution succeeded.

Warning

Step execution warning.

Methods

Equals(TroubleshooterExecutionStatus)

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(TroubleshooterExecutionStatus, TroubleshooterExecutionStatus)

Determines if two TroubleshooterExecutionStatus values are the same.

Implicit(String to TroubleshooterExecutionStatus)

Converts a string to a TroubleshooterExecutionStatus.

Inequality(TroubleshooterExecutionStatus, TroubleshooterExecutionStatus)

Determines if two TroubleshooterExecutionStatus values are not the same.

Applies to