Show / Hide Table of Contents

Class DestinationHealthState

Tracks destination passive and active health states.

Inheritance
Object
DestinationHealthState
Namespace: Yarp.ReverseProxy.Model
Assembly: Yarp.ReverseProxy.dll
Syntax
public class DestinationHealthState : object

Properties

| Improve this Doc View Source

Active

Active health state.

Declaration
public DestinationHealth Active { get; set; }
Property Value
Type Description
DestinationHealth
| Improve this Doc View Source

Passive

Passive health state.

Declaration
public DestinationHealth Passive { get; set; }
Property Value
Type Description
DestinationHealth
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX