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 |
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. |