HealthReportSnapshot
Recordsealednet10.0
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>
14 members
Constructors1
Section titled Constructors A report produced by a health check about a resource.
Properties5
Section titled PropertiesLastRunAtget; initDateTime? The timestamp when this health check was last executed, or
null if not available. Statusget; initHealthStatus?The state of the resource, according to the report, or
null if a health report has not yet been received for this health check.Methods8
Section titled MethodsboolIndicates whether the current object is equal to another object of the same type.