RecoveryServicesSiteRecoveryFailoverDirection 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.
Failover direction.
public readonly struct RecoveryServicesSiteRecoveryFailoverDirection : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.RecoveryServicesSiteRecoveryFailoverDirection>
type RecoveryServicesSiteRecoveryFailoverDirection = struct
Public Structure RecoveryServicesSiteRecoveryFailoverDirection
Implements IEquatable(Of RecoveryServicesSiteRecoveryFailoverDirection)
- Inheritance
-
RecoveryServicesSiteRecoveryFailoverDirection
- Implements
Constructors
| RecoveryServicesSiteRecoveryFailoverDirection(String) |
Initializes a new instance of RecoveryServicesSiteRecoveryFailoverDirection. |
Properties
| PrimaryToRecovery |
PrimaryToRecovery. |
| RecoveryToPrimary |
RecoveryToPrimary. |
Methods
| Equals(RecoveryServicesSiteRecoveryFailoverDirection) |
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(RecoveryServicesSiteRecoveryFailoverDirection, RecoveryServicesSiteRecoveryFailoverDirection) |
Determines if two RecoveryServicesSiteRecoveryFailoverDirection values are the same. |
| Implicit(String to RecoveryServicesSiteRecoveryFailoverDirection) |
Converts a String to a RecoveryServicesSiteRecoveryFailoverDirection. |
| Inequality(RecoveryServicesSiteRecoveryFailoverDirection, RecoveryServicesSiteRecoveryFailoverDirection) |
Determines if two RecoveryServicesSiteRecoveryFailoverDirection values are not the same. |