HealthReportSnapshot Properties
Record Properties 5 members
A report produced by a health check about a resource.
An optional description of the report, for display.
public string? Description { get; init; }An optional string containing exception details.
public string? ExceptionText { get; init; } The timestamp when this health check was last executed, or
null if not available. public DateTime? LastRunAt { get; init; }The name of the health check that produced this report.
public string Name { get; init; }The state of the resource, according to the report, or
null if a health report has not yet been received for this health check.public HealthStatus?? Status { get; init; }