Skip to content
Docs Try Aspire

ProbeAnnotation

Class abstract net10.0
📦 Aspire.Hosting v13.1.2
Represents an annotation that specifies the probes (health, readiness, liveness, etc.) of a resource.
namespace Aspire.Hosting.ApplicationModel;
public abstract class ProbeAnnotation
: Aspire.Hosting.ApplicationModel.IResourceAnnotation
{
// ...
}