DataBoxEdgeDownloadPhase 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.
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
Azure SDK for .NET