ActiveHealthCheckConfig 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.
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
ActiveHealthCheckConfig() |
Properties
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
<Clone>$() | |
Equals(ActiveHealthCheckConfig) | |
Equals(Object) | |
GetHashCode() | |
ToString() |
Operators
Equality(ActiveHealthCheckConfig, ActiveHealthCheckConfig) | |
Inequality(ActiveHealthCheckConfig, ActiveHealthCheckConfig) |