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