Condividi tramite


HealthReportSnapshot.Status Property

Definition

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)

Property Value

Applies to