Share via


RecoveryServicesSiteRecoveryFailoverDirection Struct

Definition

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.

Applies to