Share via


NetAppRelationshipStatus Struct

Definition

Status of the mirror relationship.

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

Constructors

NetAppRelationshipStatus(String)

Initializes a new instance of NetAppRelationshipStatus.

Properties

Failed

Failed.

Idle

Idle.

Transferring

Transferring.

Unknown

Unknown.

Methods

Equals(NetAppRelationshipStatus)

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

Determines if two NetAppRelationshipStatus values are the same.

Implicit(String to NetAppRelationshipStatus)

Converts a string to a NetAppRelationshipStatus.

Inequality(NetAppRelationshipStatus, NetAppRelationshipStatus)

Determines if two NetAppRelationshipStatus values are not the same.

Applies to