Skip to content
Docs Try Aspire
Docs Try

HealthCheckAnnotation

Class net8.0
📦 Aspire.Hosting v13.3.0
An annotation which tracks the name of the health check used to detect to health of a resource.
namespace Aspire.Hosting.ApplicationModel;
public class HealthCheckAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}