Skip to content
Docs Try Aspire

IYarpConfigurationBuilder.addClusterFromEndpoint

Method
📦 Aspire.Hosting.Yarp v13.2.0
interface IYarpConfigurationBuilder {
// ... omitted for brevity
addClusterFromEndpoint(endpoint: EndpointReference): YarpCluster;
}

Signature

method addClusterFromEndpoint
Adds a YARP cluster for an endpoint reference.
addClusterFromEndpoint(endpoint: EndpointReference): YarpCluster
endpoint EndpointReference
YarpCluster

Defined on

This method is defined on the following type: