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