Class PassiveHealthCheckConfig
Passive health check config.
Inheritance
PassiveHealthCheckConfig
Assembly: Yarp.ReverseProxy.dll
Syntax
public sealed class PassiveHealthCheckConfig : object
Properties
|
Improve this Doc
View Source
Enabled
Whether passive health checks are enabled.
Declaration
public bool? Enabled { get; set; }
Property Value
|
Improve this Doc
View Source
Policy
Passive health check policy.
Declaration
public string? Policy { get; set; }
Property Value
|
Improve this Doc
View Source
ReactivationPeriod
Destination reactivation period after which an unhealthy destination is considered healthy again.
Declaration
public TimeSpan? ReactivationPeriod { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(PassiveHealthCheckConfig)
Declaration
public bool Equals(PassiveHealthCheckConfig other)
Parameters
Returns
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Implements