Skip to content
DocsTry Aspire
DocsTry

IResource.withHealthCheck

Method
📦 Aspire.Hosting v13.4.0
interface IResource {
// ... omitted for brevity
withHealthCheck(key: string): IResource;
}

Signature

methodwithHealthCheckbuilder
Adds a health check by key
withHealthCheck(key: string): IResource
keystring
IResource

Defined on

This method is defined on the following type: