IResourceWithEndpoints.withUrlForEndpointFactory
Method
interface IResourceWithEndpoints { // ... omitted for brevity withUrlForEndpointFactory(endpointName: string, callback: (arg: EndpointReference) => ResourceUrlAnnotation): IResourceWithEndpoints;}Signature
method
withUrlForEndpointFactory builder Adds a URL for a specific endpoint via factory callback
withUrlForEndpointFactory(endpointName: string, callback: (arg: EndpointReference) => ResourceUrlAnnotation): IResourceWithEndpointsParameters
endpointName string callback (arg: EndpointReference) => ResourceUrlAnnotation Returns
IResourceWithEndpoints Defined on
This method is defined on the following type: