# EndpointProbeAnnotation Constructors

- Package: [Aspire.Hosting](/reference/api/csharp/aspire.hosting.md)
- Type: [EndpointProbeAnnotation](/reference/api/csharp/aspire.hosting/endpointprobeannotation.md)
- Kind: `Constructors`
- Members: `1`

Represents an annotation that specifies the HTTP probes (health, readiness, liveness, etc.) of a resource.

## EndpointProbeAnnotation

- Name: `Constructor`

```csharp
public sealed class EndpointProbeAnnotation
{
    public EndpointProbeAnnotation()
    {
        // ...
    }
}
```
