ReplicationMirrorState 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 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. |