TestFailoverState 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverStateTypeConverter))]
public struct TestFailoverState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.TestFailoverStateTypeConverter))>]
type TestFailoverState = struct
interface IArgumentCompleter
Public Structure TestFailoverState
Implements IArgumentCompleter, IEquatable(Of TestFailoverState)
- Inheritance
-
TestFailoverState
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(Object) |
Compares values of enum type TestFailoverState (override for Object) |
| Equals(TestFailoverState) |
Compares values of enum type TestFailoverState |
| GetHashCode() |
Returns hashCode for enum TestFailoverState |
| ToString() |
Returns string representation for TestFailoverState |
Operators
| Name | Description |
|---|---|
| Equality(TestFailoverState, TestFailoverState) |
Overriding == operator for enum TestFailoverState |
| Implicit(String to TestFailoverState) |
Implicit operator to convert string to TestFailoverState |
| Implicit(TestFailoverState to String) |
Implicit operator to convert TestFailoverState to string |
| Inequality(TestFailoverState, TestFailoverState) |
Overriding != operator for enum TestFailoverState |