VMwareToAzureMigrateResyncState 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 resync state.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMwareToAzureMigrateResyncStateTypeConverter))]
public struct VMwareToAzureMigrateResyncState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMwareToAzureMigrateResyncState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.VMwareToAzureMigrateResyncStateTypeConverter))>]
type VMwareToAzureMigrateResyncState = struct
interface IArgumentCompleter
Public Structure VMwareToAzureMigrateResyncState
Implements IArgumentCompleter, IEquatable(Of VMwareToAzureMigrateResyncState)
- Inheritance
-
VMwareToAzureMigrateResyncState
- Attributes
- Implements
Fields
None | |
PreparedForResynchronization | |
StartedResynchronization |
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 VMwareToAzureMigrateResyncState (override for Object) |
Equals(VMwareToAzureMigrateResyncState) |
Compares values of enum type VMwareToAzureMigrateResyncState |
GetHashCode() |
Returns hashCode for enum VMwareToAzureMigrateResyncState |
ToString() |
Returns string representation for VMwareToAzureMigrateResyncState |
Operators
Equality(VMwareToAzureMigrateResyncState, VMwareToAzureMigrateResyncState) |
Overriding == operator for enum VMwareToAzureMigrateResyncState |
Implicit(String to VMwareToAzureMigrateResyncState) |
Implicit operator to convert string to VMwareToAzureMigrateResyncState |
Implicit(VMwareToAzureMigrateResyncState to String) |
Implicit operator to convert VMwareToAzureMigrateResyncState to string |
Inequality(VMwareToAzureMigrateResyncState, VMwareToAzureMigrateResyncState) |
Overriding != operator for enum VMwareToAzureMigrateResyncState |