Skip to content
DocsTry Aspire
DocsTry

HealthCheckAnnotation Constructors

ClassConstructors1 member
An annotation which tracks the name of the health check used to detect to health of a resource.
An annotation which tracks the name of the health check used to detect to health of a resource.
public class HealthCheckAnnotation
{
public HealthCheckAnnotation(
string key)
{
// ...
}
}
keystringThe key for the health check in the app host which associated with this resource.