Skip to content
DocsTry Aspire
DocsTry

HealthReportSnapshot Properties

RecordProperties5 members
A report produced by a health check about a resource.
DescriptionSection titled Descriptionnullablestring?
An optional description of the report, for display.
public string? Description { get; init; }
ExceptionTextSection titled ExceptionTextnullablestring?
An optional string containing exception details.
public string? ExceptionText { get; init; }
LastRunAtSection titled LastRunAtnullableDateTime?
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; }
StatusSection titled StatusnullableHealthStatus??
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; }