HealthSummary constructor

Summary counts of probe results grouped by ProbeStatus.

public HealthSummary(int Total, int Healthy, int Degraded, int Unhealthy)
parameter description
Total Total number of executed probes.
Healthy Number of probes reporting Healthy.
Degraded Number of probes reporting Degraded.
Unhealthy Number of probes reporting Unhealthy.

See Also