SetMultiVMSyncStatus 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 value indicating whether multi-VM sync has to be enabled. Value should be 'Enabled' or 'Disabled'.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.SetMultiVMSyncStatusTypeConverter))]
public struct SetMultiVMSyncStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.SetMultiVMSyncStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.SetMultiVMSyncStatusTypeConverter))>]
type SetMultiVMSyncStatus = struct
interface IArgumentCompleter
Public Structure SetMultiVMSyncStatus
Implements IArgumentCompleter, IEquatable(Of SetMultiVMSyncStatus)
- Inheritance
-
SetMultiVMSyncStatus
- Attributes
- Implements
Fields
Disable | |
Enable |
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 SetMultiVMSyncStatus (override for Object) |
Equals(SetMultiVMSyncStatus) |
Compares values of enum type SetMultiVMSyncStatus |
GetHashCode() |
Returns hashCode for enum SetMultiVMSyncStatus |
ToString() |
Returns string representation for SetMultiVMSyncStatus |
Operators
Equality(SetMultiVMSyncStatus, SetMultiVMSyncStatus) |
Overriding == operator for enum SetMultiVMSyncStatus |
Implicit(SetMultiVMSyncStatus to String) |
Implicit operator to convert SetMultiVMSyncStatus to string |
Implicit(String to SetMultiVMSyncStatus) |
Implicit operator to convert string to SetMultiVMSyncStatus |
Inequality(SetMultiVMSyncStatus, SetMultiVMSyncStatus) |
Overriding != operator for enum SetMultiVMSyncStatus |