Freigeben über


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

Name Description
NetAppRelationshipStatus(String)

Initializes a new instance of NetAppRelationshipStatus.

Properties

Name Description
Failed

Failed.

Idle

Idle.

Transferring

Transferring.

Unknown

Unknown.

Methods

Name Description
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

Name Description
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