Skip to content
Docs Try Aspire

addClusterFromResource

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

Signature

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

Applies to

This function is an extension method on the following types: