MultiVMSyncPointOption Struct

Definition

A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MultiVMSyncPointOptionTypeConverter))]
public struct MultiVMSyncPointOption : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MultiVMSyncPointOption>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.MultiVMSyncPointOptionTypeConverter))>]
type MultiVMSyncPointOption = struct
    interface IArgumentCompleter
Public Structure MultiVMSyncPointOption
Implements IArgumentCompleter, IEquatable(Of MultiVMSyncPointOption)
Inheritance
MultiVMSyncPointOption
Attributes
Implements

Fields

UseMultiVMSyncRecoveryPoint
UsePerVMRecoveryPoint

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(MultiVMSyncPointOption)

Compares values of enum type MultiVMSyncPointOption

Equals(Object)

Compares values of enum type MultiVMSyncPointOption (override for Object)

GetHashCode()

Returns hashCode for enum MultiVMSyncPointOption

ToString()

Returns string representation for MultiVMSyncPointOption

Operators

Equality(MultiVMSyncPointOption, MultiVMSyncPointOption)

Overriding == operator for enum MultiVMSyncPointOption

Implicit(MultiVMSyncPointOption to String)

Implicit operator to convert MultiVMSyncPointOption to string

Implicit(String to MultiVMSyncPointOption)

Implicit operator to convert string to MultiVMSyncPointOption

Inequality(MultiVMSyncPointOption, MultiVMSyncPointOption)

Overriding != operator for enum MultiVMSyncPointOption

Applies to