Share via


CustomResourceSnapshot.HealthReports Property

Definition

The health reports for this resource.

public System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.HealthReportSnapshot> HealthReports { get; }
member this.HealthReports : System.Collections.Immutable.ImmutableArray<Aspire.Hosting.ApplicationModel.HealthReportSnapshot>
Public ReadOnly Property HealthReports As ImmutableArray(Of HealthReportSnapshot)

Property Value

Remarks

May be zero or more. If there are no health reports, the resource is considered healthy so long as no heath checks are registered for the resource.

Applies to