Skip to content
Docs Try Aspire

HealthReportSnapshot

Record sealed net10.0
📦 Aspire.Hosting v13.1.2
A report produced by a health check about a resource.
namespace Aspire.Hosting.ApplicationModel;
public sealed record HealthReportSnapshot
: System.IEquatable<Aspire.Hosting.ApplicationModel.HealthReportSnapshot>
{
// ...
}
IEquatable<HealthReportSnapshot>