HciUpdateState 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.
State of the update as it relates to this stamp.
public readonly struct HciUpdateState : IEquatable<Azure.ResourceManager.Hci.Models.HciUpdateState>
type HciUpdateState = struct
Public Structure HciUpdateState
Implements IEquatable(Of HciUpdateState)
- Inheritance
-
HciUpdateState
- Implements
Constructors
HciUpdateState(String) |
Initializes a new instance of HciUpdateState. |
Properties
AdditionalContentRequired |
AdditionalContentRequired. |
DownloadFailed |
DownloadFailed. |
Downloading |
Downloading. |
HasPrerequisite |
HasPrerequisite. |
HealthCheckFailed |
HealthCheckFailed. |
HealthChecking |
HealthChecking. |
InstallationFailed |
InstallationFailed. |
Installed |
Installed. |
Installing |
Installing. |
Invalid |
Invalid. |
NotApplicableBecauseAnotherUpdateIsInProgress |
NotApplicableBecauseAnotherUpdateIsInProgress. |
Obsolete |
Obsolete. |
PreparationFailed |
PreparationFailed. |
Preparing |
Preparing. |
Ready |
Ready. |
ReadyToInstall |
ReadyToInstall. |
Recalled |
Recalled. |
ScanFailed |
ScanFailed. |
ScanInProgress |
ScanInProgress. |
Methods
Equals(HciUpdateState) |
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(HciUpdateState, HciUpdateState) |
Determines if two HciUpdateState values are the same. |
Implicit(String to HciUpdateState) |
Converts a string to a HciUpdateState. |
Inequality(HciUpdateState, HciUpdateState) |
Determines if two HciUpdateState values are not the same. |
Applies to
Azure SDK for .NET