Skip to content
Docs Try Aspire

withHealthCheckConfig

Function
📦 Aspire.Hosting.Yarp v13.2.0
interface YarpCluster {
// ... omitted for brevity
withHealthCheckConfig(config: YarpHealthCheckConfig): YarpCluster;
}

Signature

method withHealthCheckConfig
Sets the health check configuration for the cluster.
withHealthCheckConfig(config: YarpHealthCheckConfig): YarpCluster
config YarpHealthCheckConfig
YarpCluster

Applies to

This function is an extension method on the following types: