CustomResourceSnapshot.HealthStatus 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.
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.