withEndpointCallback
Method
interface ContainerResource { // ... omitted for brevity withEndpointCallback( endpointName: string, callback: callback, createIfNotExists?: boolean): IResourceWithEndpoints;}Signature
method
withEndpointCallbackbuilderUpdates a named endpoint via callback
withEndpointCallback(endpointName: string, callback: (obj: EndpointUpdateContext) => Promise<void>, createIfNotExists?: boolean): IResourceWithEndpointsParameters
endpointNamestringcallback(obj: EndpointUpdateContext) => Promise<void>createIfNotExistsbooleanoptional= TrueReturns
IResourceWithEndpointsApplies to
This method applies to the following types: