Class HealthCheckConfig
All health check config.
Inheritance
System.Object
HealthCheckConfig
Implements
System.IEquatable<HealthCheckConfig>
Namespace: Yarp.ReverseProxy.Configuration
Assembly: Yarp.ReverseProxy.dll
Syntax
public sealed class HealthCheckConfig : object
Properties
| Improve this Doc View SourceActive
Active health check config.
Declaration
public ActiveHealthCheckConfig Active { get; set; }
Property Value
Type | Description |
---|---|
ActiveHealthCheckConfig |
AvailableDestinationsPolicy
Available destinations policy.
Declaration
public string? AvailableDestinationsPolicy { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
Passive
Passive health check config.
Declaration
public PassiveHealthCheckConfig Passive { get; set; }
Property Value
Type | Description |
---|---|
PassiveHealthCheckConfig |
Methods
| Improve this Doc View SourceEquals(HealthCheckConfig)
Declaration
public bool Equals(HealthCheckConfig other)
Parameters
Type | Name | Description |
---|---|---|
HealthCheckConfig | other |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<>