VmReplicationProgressHealth Struct

Definition

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

Name Description
VmReplicationProgressHealth(String)

Initializes a new instance of VmReplicationProgressHealth.

Properties

Name Description
InProgress

InProgress.

None

None.

NoProgress

NoProgress.

SlowProgress

SlowProgress.

Methods

Name Description
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

Name Description
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