HciClusterUpdateState 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.
Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered.
public readonly struct HciClusterUpdateState : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterUpdateState>
type HciClusterUpdateState = struct
Public Structure HciClusterUpdateState
Implements IEquatable(Of HciClusterUpdateState)
- Inheritance
-
HciClusterUpdateState
- Implements
Constructors
| Name | Description |
|---|---|
| HciClusterUpdateState(String) |
Initializes a new instance of HciClusterUpdateState. |
Properties
| Name | Description |
|---|---|
| AppliedSuccessfully |
Updates have been successfully applied to the stamp. |
| NeedsAttention |
The update process requires user intervention or has encountered issues needing attention. |
| PreparationFailed |
Preparation for the update failed. |
| PreparationInProgress |
Preparation for the update is currently in progress. |
| Unknown |
The update state is not known. |
| UpdateAvailable |
Updates are available but have not yet been applied. |
| UpdateFailed |
The update process failed. |
| UpdateInProgress |
Updates are currently being applied to the stamp. |
Methods
| Name | Description |
|---|---|
| Equals(HciClusterUpdateState) |
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(HciClusterUpdateState, HciClusterUpdateState) |
Determines if two HciClusterUpdateState values are the same. |
| Implicit(String to HciClusterUpdateState) |
Converts a string to a HciClusterUpdateState. |
| Implicit(String to Nullable<HciClusterUpdateState>) | |
| Inequality(HciClusterUpdateState, HciClusterUpdateState) |
Determines if two HciClusterUpdateState values are not the same. |