Dela via


ClusterDestinationsState Constructor

Definition

public ClusterDestinationsState (System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Model.DestinationState> allDestinations, System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Model.DestinationState> availableDestinations);
new Yarp.ReverseProxy.Model.ClusterDestinationsState : System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Model.DestinationState> * System.Collections.Generic.IReadOnlyList<Yarp.ReverseProxy.Model.DestinationState> -> Yarp.ReverseProxy.Model.ClusterDestinationsState
Public Sub New (allDestinations As IReadOnlyList(Of DestinationState), availableDestinations As IReadOnlyList(Of DestinationState))

Parameters

allDestinations
IReadOnlyList<DestinationState>
availableDestinations
IReadOnlyList<DestinationState>

Applies to