IReverseProxyFeature.AvailableDestinations Property
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.
Cluster destinations that can handle the current request. This will initially include all destinations except those currently marked as unhealthy if health checks are enabled.
public System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Model.DestinationState> AvailableDestinations { get; set; }
member this.AvailableDestinations : System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Model.DestinationState> with get, set
Public Property AvailableDestinations As IReadOnlyList(Of DestinationState)