PlannedFailoverStatus 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 last planned failover status.
public readonly struct PlannedFailoverStatus : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.PlannedFailoverStatus>
type PlannedFailoverStatus = struct
Public Structure PlannedFailoverStatus
Implements IEquatable(Of PlannedFailoverStatus)
- Inheritance
-
PlannedFailoverStatus
- Implements
Constructors
PlannedFailoverStatus(String) |
Initializes a new instance of PlannedFailoverStatus. |
Properties
Cancelled |
Cancelled. |
Failed |
Failed. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Methods
Equals(PlannedFailoverStatus) |
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(PlannedFailoverStatus, PlannedFailoverStatus) |
Determines if two PlannedFailoverStatus values are the same. |
Implicit(String to PlannedFailoverStatus) |
Converts a string to a PlannedFailoverStatus. |
Inequality(PlannedFailoverStatus, PlannedFailoverStatus) |
Determines if two PlannedFailoverStatus values are not the same. |