withHttpHealthCheck
Function
interface ContainerResource { // ... 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 Applies to
This function is an extension method on the following types: