withUrlForEndpoint
Method
interface ContainerResource { // ... omitted for brevity withUrlForEndpoint( endpointName: string, callback: callback): IResource;}Signature
method
withUrlForEndpoint builder Registers a callback to update the URL displayed for the endpoint with the specified name.
withUrlForEndpoint(endpointName: string, callback: (obj: ResourceUrlAnnotation) => Promise<void>): IResourceParameters
endpointName string callback (obj: ResourceUrlAnnotation) => Promise<void> Returns
IResource Applies to
This method applies to the following types: