UpdateOperationStage 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.
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 |
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
| 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 UpdateOperationStage) |
Converts a String to a UpdateOperationStage. |
| Inequality(UpdateOperationStage, UpdateOperationStage) |
Determines if two UpdateOperationStage values are not the same. |