Skip to content
Docs Try Aspire

IResourceWithEndpoints.getEndpoint

Method
📦 Aspire.Hosting v13.2.0-preview.1.26159.1
interface IResourceWithEndpoints {
// ... omitted for brevity
getEndpoint(name: string): EndpointReference;
}

Signature

method getEndpoint
Gets an endpoint reference
getEndpoint(name: string): EndpointReference
name string
EndpointReference

Defined on

This method is defined on the following type: