FailoverTestStatus 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.
The current status of the test.
public readonly struct FailoverTestStatus : IEquatable<Azure.ResourceManager.Network.Models.FailoverTestStatus>
type FailoverTestStatus = struct
Public Structure FailoverTestStatus
Implements IEquatable(Of FailoverTestStatus)
- Inheritance
-
FailoverTestStatus
- Implements
Constructors
FailoverTestStatus(String) |
Initializes a new instance of FailoverTestStatus. |
Properties
Completed |
Completed. |
Expired |
Expired. |
Invalid |
Invalid. |
NotStarted |
NotStarted. |
Running |
Running. |
StartFailed |
StartFailed. |
Starting |
Starting. |
StopFailed |
StopFailed. |
Stopping |
Stopping. |
Methods
Equals(FailoverTestStatus) |
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(FailoverTestStatus, FailoverTestStatus) |
Determines if two FailoverTestStatus values are the same. |
Implicit(String to FailoverTestStatus) |
Converts a String to a FailoverTestStatus. |
Inequality(FailoverTestStatus, FailoverTestStatus) |
Determines if two FailoverTestStatus values are not the same. |
Applies to
Azure SDK for .NET