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