ExternalServiceResource
Handle
interface ExternalServiceResource extends IResource { withHttpHealthCheck( path?: string, statusCode?: number, endpointName?: string): ExternalServiceResource;}Methods
Adds an HTTP health check to the external service for polyglot AppHosts.
withHttpHealthCheck( path?: string, statusCode?: number, endpointName?: string): ExternalServiceResourceParameters
pathstringoptionalstatusCodenumberoptionalendpointNamestringoptionalReturns
ExternalServiceResource