Skip to content
Docs Try Aspire

HealthCheckAnnotation Constructors

Class Constructors 1 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)
{
// ...
}
}
key string The key for the health check in the app host which associated with this resource.