HealthReportSnapshot.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus? Status { get; init; }
member this.Status : Nullable<Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus> with get, set
Public Property Status As Nullable(Of HealthStatus)