Struct NewActiveDestinationHealth
- Namespace
- Yarp.ReverseProxy.Health
- Assembly
- Yarp.ReverseProxy.dll
Stores a new active health state for the given destination.
public readonly struct NewActiveDestinationHealth
- Inherited Members
Constructors
NewActiveDestinationHealth(DestinationState, DestinationHealth)
public NewActiveDestinationHealth(DestinationState destination, DestinationHealth newActiveHealth)
Parameters
destination
DestinationStatenewActiveHealth
DestinationHealth
Properties
Destination
public DestinationState Destination { get; }
Property Value
NewActiveHealth
public DestinationHealth NewActiveHealth { get; }