Skip to content
DocsTry Aspire
DocsTry

HealthCheckAnnotation

Classnet8.0
📦 Aspire.Hosting v13.4.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
{
// ...
}