Share via


DataBoxEdgeDownloadPhase Struct

Definition

The download phase.

public readonly struct DataBoxEdgeDownloadPhase : IEquatable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDownloadPhase>
type DataBoxEdgeDownloadPhase = struct
Public Structure DataBoxEdgeDownloadPhase
Implements IEquatable(Of DataBoxEdgeDownloadPhase)
Inheritance
DataBoxEdgeDownloadPhase
Implements

Constructors

DataBoxEdgeDownloadPhase(String)

Initializes a new instance of DataBoxEdgeDownloadPhase.

Properties

Downloading

Downloading.

Initializing

Initializing.

Unknown

Unknown.

Verifying

Verifying.

Methods

Equals(DataBoxEdgeDownloadPhase)

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

Equality(DataBoxEdgeDownloadPhase, DataBoxEdgeDownloadPhase)

Determines if two DataBoxEdgeDownloadPhase values are the same.

Implicit(String to DataBoxEdgeDownloadPhase)

Converts a string to a DataBoxEdgeDownloadPhase.

Inequality(DataBoxEdgeDownloadPhase, DataBoxEdgeDownloadPhase)

Determines if two DataBoxEdgeDownloadPhase values are not the same.

Applies to