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