Class DependencyComponent
Component for Dependency check.
public record DependencyComponent : IEquatable<DependencyComponent>
- Inheritance
-
DependencyComponent
- Implements
- Inherited Members
Properties
DependencyComponents
Extra details for the dependency checks.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Dictionary<string, HealthComponent> DependencyComponents { get; init; }
Property Value
Status
Status for the component check.
[JsonConverter(typeof(JsonStringEnumConverter))]
public required HealthStatus Status { get; init; }
Property Value
Uri
HealthAddress of the service.
public required Uri Uri { get; init; }