UpdateOperationStage Struct

Definition

Current stage of the update operation.

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

Constructors

UpdateOperationStage(String)

Initializes a new instance of UpdateOperationStage.

Properties

DownloadComplete

DownloadComplete.

DownloadFailed

DownloadFailed.

DownloadStarted

DownloadStarted.

Failure

Failure.

Initial

Initial.

InstallComplete

InstallComplete.

InstallFailed

InstallFailed.

InstallStarted

InstallStarted.

RebootInitiated

RebootInitiated.

RescanComplete

RescanComplete.

RescanFailed

RescanFailed.

RescanStarted

RescanStarted.

ScanComplete

ScanComplete.

ScanFailed

ScanFailed.

ScanStarted

ScanStarted.

Success

Success.

Unknown

Unknown.

Methods

Equals(UpdateOperationStage)

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

Determines if two UpdateOperationStage values are the same.

Implicit(String to UpdateOperationStage)

Converts a string to a UpdateOperationStage.

Inequality(UpdateOperationStage, UpdateOperationStage)

Determines if two UpdateOperationStage values are not the same.

Applies to