ProbeResult record

Result of a health probe check.

public record ProbeResult

Public Members

name description
ProbeResult(…) Result of a health probe check.
Data { get; set; } Additional data related to the probe result.
Description { get; set; } A description of the probe result.
Status { get; set; } The status of the probe.

See Also