Dela via


PassiveHealthCheckConfig Class

Definition

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)

Applies to