Freigeben über


ReplicationMirrorState Struct

Definition

The status of the replication.

public readonly struct ReplicationMirrorState : IEquatable<Azure.ResourceManager.NetApp.Models.ReplicationMirrorState>
type ReplicationMirrorState = struct
Public Structure ReplicationMirrorState
Implements IEquatable(Of ReplicationMirrorState)
Inheritance
ReplicationMirrorState
Implements

Constructors

Name Description
ReplicationMirrorState(String)

Initializes a new instance of ReplicationMirrorState.

Properties

Name Description
Broken

Destination volume is RW, replication relationship has been broken off.

Mirrored

Destination volume has been initialized and is ready.

Uninitialized

Destination volume has not been initialized.

Methods

Name Description
Equals(ReplicationMirrorState)

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(ReplicationMirrorState, ReplicationMirrorState)

Determines if two ReplicationMirrorState values are the same.

Implicit(String to ReplicationMirrorState)

Converts a String to a ReplicationMirrorState.

Inequality(ReplicationMirrorState, ReplicationMirrorState)

Determines if two ReplicationMirrorState values are not the same.

Applies to