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