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.
A state specific to the resource that helps identify its TestFailover state.
public readonly struct TestFailoverState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.TestFailoverState>
type TestFailoverState = struct
Public Structure TestFailoverState
Implements IEquatable(Of TestFailoverState)
- Inheritance
-
TestFailoverState
- Implements
Constructors
| Name | Description |
|---|---|
| TestFailoverState(String) |
Initializes a new instance of TestFailoverState. |
Properties
| Name | Description |
|---|---|
| None |
The resource is Not in TestFailedOver state (No test failover cleanup pending). |
| TestFailoverCleanupPending |
he resource is in test failover cleanup pending state. |
Methods
| Name | Description |
|---|---|
| Equals(TestFailoverState) |
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
| Name | Description |
|---|---|
| Equality(TestFailoverState, TestFailoverState) |
Determines if two TestFailoverState values are the same. |
| Implicit(String to Nullable<TestFailoverState>) | |
| Implicit(String to TestFailoverState) |
Converts a string to a TestFailoverState. |
| Inequality(TestFailoverState, TestFailoverState) |
Determines if two TestFailoverState values are not the same. |