PassiveHealthCheckConfig Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passive health check config.
public sealed class PassiveHealthCheckConfig : IEquatable<Yarp.ReverseProxy.Configuration.PassiveHealthCheckConfig>
type PassiveHealthCheckConfig = class
interface IEquatable<PassiveHealthCheckConfig>
Public NotInheritable Class PassiveHealthCheckConfig
Implements IEquatable(Of PassiveHealthCheckConfig)
- Inheritance
-
PassiveHealthCheckConfig
- Implements
Constructors
PassiveHealthCheckConfig() |
Properties
Enabled |
Whether passive health checks are enabled. |
Policy |
Passive health check policy. |
ReactivationPeriod |
Destination reactivation period after which an unhealthy destination is considered healthy again. |
Methods
<Clone>$() | |
Equals(Object) | |
Equals(PassiveHealthCheckConfig) | |
GetHashCode() | |
ToString() |
Operators
Equality(PassiveHealthCheckConfig, PassiveHealthCheckConfig) | |
Inequality(PassiveHealthCheckConfig, PassiveHealthCheckConfig) |