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