ProbeAnnotation
Classabstractnet10.0
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{ // ...}6 members
Properties6
Section titled PropertiesFailureThresholdget; initint Number of failures in a row before considers that the overall check has failed.
SuccessThresholdget; initint Minimum consecutive successes for the probe to be considered successful after having failed.