Skip to content
Docs Try Aspire

IYarpConfigurationBuilder

Interface TypeScript
📦 Aspire.Hosting.Yarp v13.2.0-preview.1.26159.1
interface IYarpConfigurationBuilder {
addCluster(endpoint: EndpointReference): YarpCluster;
addRoute(
path: string,
cluster: YarpCluster): YarpRoute;
}

Methods

method addCluster
Invokes the AddCluster method
addCluster(endpoint: EndpointReference): YarpCluster
endpoint EndpointReference
YarpCluster
method addRoute
Invokes the AddRoute method
addRoute(
path: string,
cluster: YarpCluster): YarpRoute
path string
cluster YarpCluster
YarpRoute