Class DestinationHealthState
Tracks destination passive and active health states.
Inheritance
System.Object
DestinationHealthState
Namespace: Yarp.ReverseProxy.Model
Assembly: Yarp.ReverseProxy.dll
Syntax
public class DestinationHealthState : object
Properties
| Improve this Doc View SourceActive
Active health state.
Declaration
public DestinationHealth Active { get; set; }
Property Value
Type | Description |
---|---|
DestinationHealth |
Passive
Passive health state.
Declaration
public DestinationHealth Passive { get; set; }
Property Value
Type | Description |
---|---|
DestinationHealth |