Skip to content
Docs Try Aspire

HealthCheckAnnotation

Class net10.0
📦 Aspire.Hosting v13.1.2
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
{
// ...
}