NetAppMirrorState 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 NetAppMirrorState : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppMirrorState>
type NetAppMirrorState = struct
Public Structure NetAppMirrorState
Implements IEquatable(Of NetAppMirrorState)
- Inheritance
-
NetAppMirrorState
- Implements
Constructors
NetAppMirrorState(String) |
Initializes a new instance of NetAppMirrorState. |
Properties
Broken |
Broken. |
Mirrored |
Mirrored. |
Uninitialized |
Uninitialized. |
Methods
Equals(NetAppMirrorState) |
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(NetAppMirrorState, NetAppMirrorState) |
Determines if two NetAppMirrorState values are the same. |
Implicit(String to NetAppMirrorState) |
Converts a String to a NetAppMirrorState. |
Inequality(NetAppMirrorState, NetAppMirrorState) |
Determines if two NetAppMirrorState values are not the same. |
Applies to
Azure SDK for .NET