DataReplicationTestFailoverState 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.
Gets or sets the test failover state.
public readonly struct DataReplicationTestFailoverState : IEquatable<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationTestFailoverState>
type DataReplicationTestFailoverState = struct
Public Structure DataReplicationTestFailoverState
Implements IEquatable(Of DataReplicationTestFailoverState)
- Inheritance
-
DataReplicationTestFailoverState
- Implements
Constructors
DataReplicationTestFailoverState(String) |
Initializes a new instance of DataReplicationTestFailoverState. |
Properties
MarkedForDeletion |
Test failover cleanup has completed/failed. This is a transient state before the state is moved back to None. |
None |
Test failover is not active. |
TestFailoverCleanupCompleting |
Cleaning up test protected entities is in progress. |
TestFailoverCleanupInitiated |
Test failover cleanup has been initiated. |
TestFailoverCompleted |
Test failover has been completed successfully. |
TestFailoverCompleting |
Preparing test protected entities is in progress. |
TestFailoverCompletionFailed |
Preparing test protected entities failed. |
TestFailoverFailed |
Test failover initiation failed.. |
TestFailoverInitiated |
Test failover has been initiated. |
Methods
Equals(DataReplicationTestFailoverState) |
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(DataReplicationTestFailoverState, DataReplicationTestFailoverState) |
Determines if two DataReplicationTestFailoverState values are the same. |
Implicit(String to DataReplicationTestFailoverState) |
Converts a String to a DataReplicationTestFailoverState. |
Inequality(DataReplicationTestFailoverState, DataReplicationTestFailoverState) |
Determines if two DataReplicationTestFailoverState values are not the same. |
Applies to
Azure SDK for .NET