Class ClusterDestinationsState
Inheritance
System.Object
ClusterDestinationsState
Assembly: Yarp.ReverseProxy.dll
Syntax
public sealed class ClusterDestinationsState : object
Constructors
|
Improve this Doc
View Source
ClusterDestinationsState(IReadOnlyList<DestinationState>, IReadOnlyList<DestinationState>)
Declaration
public ClusterDestinationsState(IReadOnlyList<DestinationState> allDestinations, IReadOnlyList<DestinationState> availableDestinations)
Parameters
Properties
|
Improve this Doc
View Source
AllDestinations
Declaration
public IReadOnlyList<DestinationState> AllDestinations { get; }
Property Value
|
Improve this Doc
View Source
AvailableDestinations
Declaration
public IReadOnlyList<DestinationState> AvailableDestinations { get; }
Property Value