Share via


ActiveHealthCheckConfig Class

Definition

Active health check config.

public sealed class ActiveHealthCheckConfig : IEquatable<Yarp.ReverseProxy.Configuration.ActiveHealthCheckConfig>
type ActiveHealthCheckConfig = class
    interface IEquatable<ActiveHealthCheckConfig>
Public NotInheritable Class ActiveHealthCheckConfig
Implements IEquatable(Of ActiveHealthCheckConfig)
Inheritance
ActiveHealthCheckConfig
Implements

Constructors

Name Description
ActiveHealthCheckConfig()

Properties

Name Description
Enabled

Whether active health checks are enabled.

Interval

Health probe interval.

Path

HTTP health check endpoint path.

Policy

Active health check policy.

Query

Query string to append to the probe, including the leading '?'.

Timeout

Health probe timeout, after which a destination is considered unhealthy.

Methods

Name Description
<Clone>$()
Equals(ActiveHealthCheckConfig)
Equals(Object)
GetHashCode()
ToString()

Operators

Name Description
Equality(ActiveHealthCheckConfig, ActiveHealthCheckConfig)
Inequality(ActiveHealthCheckConfig, ActiveHealthCheckConfig)

Applies to