DataBoxEdgeUpdateStatus Struct

Definition

Status of the update.

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

Constructors

DataBoxEdgeUpdateStatus(String)

Initializes a new instance of DataBoxEdgeUpdateStatus.

Properties

DownloadCompleted

DownloadCompleted.

DownloadPending

DownloadPending.

DownloadStarted

DownloadStarted.

InstallCompleted

InstallCompleted.

InstallStarted

InstallStarted.

Methods

Equals(DataBoxEdgeUpdateStatus)

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(DataBoxEdgeUpdateStatus, DataBoxEdgeUpdateStatus)

Determines if two DataBoxEdgeUpdateStatus values are the same.

Implicit(String to DataBoxEdgeUpdateStatus)

Converts a string to a DataBoxEdgeUpdateStatus.

Inequality(DataBoxEdgeUpdateStatus, DataBoxEdgeUpdateStatus)

Determines if two DataBoxEdgeUpdateStatus values are not the same.

Applies to