withUrlForEndpointFactory
Function
interface ContainerResource { // ... omitted for brevity withUrlForEndpointFactory( endpointName: string, callback: callback): 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 Applies to
This function is an extension method on the following types: