ExternalServiceResource.withHttpHealthCheck
Method
interface ExternalServiceResource { // ... omitted for brevity withHttpHealthCheck( path?: string, statusCode?: number, endpointName?: string): ExternalServiceResource;}Signature
method
withHttpHealthCheckbuilderAdds an HTTP health check to the external service for polyglot app hosts.
withHttpHealthCheck( path?: string, statusCode?: number, endpointName?: string): ExternalServiceResourceParameters
pathstringoptionalstatusCodenumberoptionalendpointNamestringoptionalReturns
ExternalServiceResourceDefined on
This method is defined on the following type: