ProbeResult constructor

Result of a health probe check.

public ProbeResult(ProbeStatus Status, string? Description = null, 
    IReadOnlyDictionary<string, object>? Data = null)
parameter description
Status The status of the probe.
Description A description of the probe result.
Data Additional data related to the probe result.

See Also