Skip to content
DocsTry Aspire
DocsTry

IResourceWithEndpoints.withEndpointCallback

Method
📦 Aspire.Hosting v13.4.0
interface IResourceWithEndpoints {
// ... omitted for brevity
withEndpointCallback(endpointName: string, callback: (obj: EndpointUpdateContext) => Promise<void>, createIfNotExists?: boolean): IResourceWithEndpoints;
}

Signature

methodwithEndpointCallbackbuilder
Updates a named endpoint via callback
withEndpointCallback(endpointName: string, callback: (obj: EndpointUpdateContext) => Promise<void>, createIfNotExists?: boolean): IResourceWithEndpoints
endpointNamestring
callback(obj: EndpointUpdateContext) => Promise<void>
createIfNotExistsbooleanoptional= True
IResourceWithEndpoints

Defined on

This method is defined on the following type: