IResourceWithEndpoints.withHttpHealthCheck
Method
interface IResourceWithEndpoints { // ... omitted for brevity withHttpHealthCheck( path?: string, statusCode?: number, endpointName?: string): IResourceWithEndpoints;}Signature
method
withHttpHealthCheck builder Adds an HTTP health check
withHttpHealthCheck( path?: string, statusCode?: number, endpointName?: string): IResourceWithEndpointsParameters
path string optional statusCode number optional endpointName string optional Returns
IResourceWithEndpoints Defined on
This method is defined on the following type: