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

Gets the Failed.

Idle

Gets the Idle.

Transferring

Gets the Transferring.

Unknown

Gets the 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 Nullable<VolumeRestoreRelationshipStatus>)
Implicit(String to VolumeRestoreRelationshipStatus)

Converts a string to a VolumeRestoreRelationshipStatus.

Inequality(VolumeRestoreRelationshipStatus, VolumeRestoreRelationshipStatus)

Determines if two VolumeRestoreRelationshipStatus values are not the same.

Applies to