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.
public readonly struct VmReplicationProgressHealth : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmReplicationProgressHealth>
type VmReplicationProgressHealth = struct
Public Structure VmReplicationProgressHealth
Implements IEquatable(Of VmReplicationProgressHealth)
- Inheritance
-
VmReplicationProgressHealth
- Implements
Constructors
VmReplicationProgressHealth(String) |
Initializes a new instance of VmReplicationProgressHealth. |
Properties
InProgress |
InProgress. |
None |
None. |
NoProgress |
NoProgress. |
SlowProgress |
SlowProgress. |
Methods
Equals(VmReplicationProgressHealth) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VmReplicationProgressHealth, VmReplicationProgressHealth) |
Determines if two VmReplicationProgressHealth values are the same. |
Implicit(String to VmReplicationProgressHealth) |
Converts a string to a VmReplicationProgressHealth. |
Inequality(VmReplicationProgressHealth, VmReplicationProgressHealth) |
Determines if two VmReplicationProgressHealth values are not the same. |
Applies to
Azure SDK for .NET