3 references to YarpActiveHealthCheckConfig
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (1)
314
private static ActiveHealthCheckConfig ToActiveHealthCheckConfig(
YarpActiveHealthCheckConfig
config)
ConfigurationBuilder\YarpClusterConfigDtos.cs (1)
187
public
YarpActiveHealthCheckConfig
? Active { get; set; }
Aspire.Hosting.Yarp.Tests (1)
YarpClusterTests.cs (1)
231
AssertDtoShapeMatchesYarpConfig<
YarpActiveHealthCheckConfig
, ActiveHealthCheckConfig>();