VolumeRestoreRelationshipStatus 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 volume restore relationship.
public readonly struct VolumeRestoreRelationshipStatus : IEquatable<Azure.ResourceManager.NetApp.Models.VolumeRestoreRelationshipStatus>
type VolumeRestoreRelationshipStatus = struct
Public Structure VolumeRestoreRelationshipStatus
Implements IEquatable(Of VolumeRestoreRelationshipStatus)
- Inheritance
-
VolumeRestoreRelationshipStatus
- Implements
Constructors
| Name | Description |
|---|---|
| VolumeRestoreRelationshipStatus(String) |
Initializes a new instance of VolumeRestoreRelationshipStatus. |
Properties
| Name | Description |
|---|---|
| Failed |
Failed. |
| Idle |
Idle. |
| Transferring |
Transferring. |
| Unknown |
Unknown. |
Methods
| Name | Description |
|---|---|
| Equals(VolumeRestoreRelationshipStatus) |
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(VolumeRestoreRelationshipStatus, VolumeRestoreRelationshipStatus) |
Determines if two VolumeRestoreRelationshipStatus values are the same. |
| Implicit(String to VolumeRestoreRelationshipStatus) |
Converts a String to a VolumeRestoreRelationshipStatus. |
| Inequality(VolumeRestoreRelationshipStatus, VolumeRestoreRelationshipStatus) |
Determines if two VolumeRestoreRelationshipStatus values are not the same. |