Skip to content
Docs Try Aspire

EndpointProbeAnnotation Properties

Class Properties 2 members
Represents an annotation that specifies the HTTP probes (health, readiness, liveness, etc.) of a resource.
The endpoint reference used for the probe
public EndpointReference EndpointReference { get; init; }
The path to the health probe endpoint.
public string Path { get; init; }