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

Name Description
DataBoxEdgeUpdateStatus(String)

Initializes a new instance of DataBoxEdgeUpdateStatus.

Properties

Name Description
DownloadCompleted

Gets the DownloadCompleted.

DownloadPending

Gets the DownloadPending.

DownloadStarted

Gets the DownloadStarted.

InstallCompleted

Gets the InstallCompleted.

InstallStarted

Gets the InstallStarted.

Methods

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

Name Description
Equality(DataBoxEdgeUpdateStatus, DataBoxEdgeUpdateStatus)

Determines if two DataBoxEdgeUpdateStatus values are the same.

Implicit(String to DataBoxEdgeUpdateStatus)

Converts a string to a DataBoxEdgeUpdateStatus.

Implicit(String to Nullable<DataBoxEdgeUpdateStatus>)
Inequality(DataBoxEdgeUpdateStatus, DataBoxEdgeUpdateStatus)

Determines if two DataBoxEdgeUpdateStatus values are not the same.

Applies to