HealthCheckResult Struct
Definition
Represents the result of a health check.
public value class HealthCheckResult
public struct HealthCheckResult
type HealthCheckResult = struct
Public Structure HealthCheckResult
- Inheritance
Constructors
HealthCheckResult(HealthStatus, String, Exception, IReadOnlyDictionary<String,Object>) |
Creates a new HealthCheckResult with the specified values for |
Properties
Data |
Gets additional key-value pairs describing the health of the component. |
Description |
Gets a human-readable description of the status of the component that was checked. |
Exception |
Gets an Exception representing the exception that was thrown when checking for status (if any). |
Status |
Gets a value indicating the status of the component that was checked. |
Methods
Degraded(String, Exception, IReadOnlyDictionary<String,Object>) |
Creates a HealthCheckResult representing a degraded component. |
Healthy(String, IReadOnlyDictionary<String,Object>) |
Creates a HealthCheckResult representing a healthy component. |
Unhealthy(String, Exception, IReadOnlyDictionary<String,Object>) |
Creates a HealthCheckResult representing an unhealthy component. |