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

Name Description
UpdateOperationStage(String)

Initializes a new instance of UpdateOperationStage.

Properties

Name Description
DownloadComplete

Gets the DownloadComplete.

DownloadFailed

Gets the DownloadFailed.

DownloadStarted

Gets the DownloadStarted.

Failure

Gets the Failure.

Initial

Gets the Initial.

InstallComplete

Gets the InstallComplete.

InstallFailed

Gets the InstallFailed.

InstallStarted

Gets the InstallStarted.

RebootInitiated

Gets the RebootInitiated.

RescanComplete

Gets the RescanComplete.

RescanFailed

Gets the RescanFailed.

RescanStarted

Gets the RescanStarted.

ScanComplete

Gets the ScanComplete.

ScanFailed

Gets the ScanFailed.

ScanStarted

Gets the ScanStarted.

Success

Gets the Success.

Unknown

Gets the Unknown.

Methods

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

Name Description
Equality(UpdateOperationStage, UpdateOperationStage)

Determines if two UpdateOperationStage values are the same.

Implicit(String to Nullable<UpdateOperationStage>)
Implicit(String to UpdateOperationStage)

Converts a string to a UpdateOperationStage.

Inequality(UpdateOperationStage, UpdateOperationStage)

Determines if two UpdateOperationStage values are not the same.

Applies to