Freigeben über


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

Name Description
DataBoxEdgeDownloadPhase(String)

Initializes a new instance of DataBoxEdgeDownloadPhase.

Properties

Name Description
Downloading

Downloading.

Initializing

Initializing.

Unknown

Unknown.

Verifying

Verifying.

Methods

Name Description
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

Name Description
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