Freigeben über


VolumeRestoreRelationshipStatus Struct

Definition

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.

Applies to