TestFailoverState type
Gets or sets the test failover state.
KnownTestFailoverState can be used interchangeably with TestFailoverState,
this enum contains the known values that the service supports.
Known values supported by the service
None: Test failover is not active.
TestFailoverInitiated: Test failover has been initiated.
TestFailoverCompleting: Preparing test protected entities is in progress.
TestFailoverCompleted: Test failover has been completed successfully.
TestFailoverFailed: Test failover initiation failed..
TestFailoverCompletionFailed: Preparing test protected entities failed.
TestFailoverCleanupInitiated: Test failover cleanup has been initiated.
TestFailoverCleanupCompleting: Cleaning up test protected entities is in progress.
MarkedForDeletion: Test failover cleanup has completed/failed. This is a transient state before the state is moved back to None.
type TestFailoverState = string