你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
MarkedForDeletion | |
None | |
TestFailoverCleanupCompleting | |
TestFailoverCleanupInitiated | |
TestFailoverCompleted | |
TestFailoverCompleting | |
TestFailoverCompletionFailed | |
TestFailoverFailed | |
TestFailoverInitiated |
Methods
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
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 |