Share via


NetAppMirrorState Struct

Definition

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