FailoverTestStatusForSingleTest Struct

Definition

The current status of the test.

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

Constructors

FailoverTestStatusForSingleTest(String)

Initializes a new instance of FailoverTestStatusForSingleTest.

Properties

Completed

Completed.

Expired

Expired.

Invalid

Invalid.

NotStarted

NotStarted.

Running

Running.

StartFailed

StartFailed.

Starting

Starting.

StopFailed

StopFailed.

Stopping

Stopping.

Methods

Equals(FailoverTestStatusForSingleTest)

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

Determines if two FailoverTestStatusForSingleTest values are the same.

Implicit(String to FailoverTestStatusForSingleTest)

Converts a String to a FailoverTestStatusForSingleTest.

Inequality(FailoverTestStatusForSingleTest, FailoverTestStatusForSingleTest)

Determines if two FailoverTestStatusForSingleTest values are not the same.

Applies to