Share via


CustomResourceSnapshot.HealthStatus Property

Definition

Gets the health status of the resource.

public Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus? HealthStatus { get; }
member this.HealthStatus : Nullable<Microsoft.Extensions.Diagnostics.HealthChecks.HealthStatus>
Public ReadOnly Property HealthStatus As Nullable(Of HealthStatus)

Property Value

Remarks

This value is derived from HealthReports.

Applies to