withUrlForEndpoint
Function
interface ContainerResource { // ... omitted for brevity withUrlForEndpoint( endpointName: string, callback: callback): IResource;}Signature
method
withUrlForEndpoint builder Customizes the URL for a specific endpoint via callback
withUrlForEndpoint(endpointName: string, callback: (obj: ResourceUrlAnnotation) => void): IResourceParameters
endpointName string callback (obj: ResourceUrlAnnotation) => void Returns
IResource Applies to
This function is an extension method on the following types: