IResourceWithEndpoints.withHttpEndpointCallback
Method
interface IResourceWithEndpoints { // ... omitted for brevity withHttpEndpointCallback(callback: (obj: EndpointUpdateContext) => Promise<void>, name?: string, createIfNotExists?: boolean): IResourceWithEndpoints;}Signature
method
withHttpEndpointCallback builder Updates an HTTP endpoint via callback
withHttpEndpointCallback(callback: (obj: EndpointUpdateContext) => Promise<void>, name?: string, createIfNotExists?: boolean): IResourceWithEndpointsParameters
callback (obj: EndpointUpdateContext) => Promise<void> name string optional createIfNotExists boolean optional = True Returns
IResourceWithEndpoints Defined on
This method is defined on the following type: