HciHealthState 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 health state for update-specific health checks. Indicates whether the system is functioning correctly, has warnings or errors, or is undergoing a health evaluation.
public readonly struct HciHealthState : IEquatable<Azure.ResourceManager.Hci.Models.HciHealthState>
type HciHealthState = struct
Public Structure HciHealthState
Implements IEquatable(Of HciHealthState)
- Inheritance
-
HciHealthState
- Implements
Constructors
| Name | Description |
|---|---|
| HciHealthState(String) |
Initializes a new instance of HciHealthState. |
Properties
| Name | Description |
|---|---|
| Error |
An error occurred during the health check process. |
| Failure |
The health check failed, indicating a critical issue. |
| InProgress |
The health check is currently in progress. |
| Success |
The health check completed successfully and the system is healthy. |
| Unknown |
The health state is not known or cannot be determined. |
| Warning |
The health check detected a non-critical issue that may require attention. |
Methods
| Name | Description |
|---|---|
| Equals(HciHealthState) |
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(HciHealthState, HciHealthState) |
Determines if two HciHealthState values are the same. |
| Implicit(String to HciHealthState) |
Converts a string to a HciHealthState. |
| Implicit(String to Nullable<HciHealthState>) | |
| Inequality(HciHealthState, HciHealthState) |
Determines if two HciHealthState values are not the same. |