Skip to content
DocsTry Aspire
DocsTry

IYarpConfigurationBuilder.addClusterFromResource

Method
📦 Aspire.Hosting.Yarp v13.4.0
interface IYarpConfigurationBuilder {
// ... omitted for brevity
addClusterFromResource(resource: IResourceWithServiceDiscovery): YarpCluster;
}

Signature

methodaddClusterFromResource
Adds a cluster for a resource that supports service discovery.
addClusterFromResource(resource: IResourceWithServiceDiscovery): YarpCluster
resourceIResourceWithServiceDiscovery
YarpCluster

Defined on

This method is defined on the following type: