withEndpointCallback
Method
interface ContainerResource { // ... omitted for brevity withEndpointCallback( endpointName: string, callback: callback, 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 Applies to
This method applies to the following types: