ClusterState.Destinations 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.
All the destinations associated with this cluster. This collection is populated by the configuration system and should only be directly modified in a test environment. Call IClusterDestinationsUpdater after modifying this collection.
public System.Collections.Concurrent.ConcurrentDictionary<string,Yarp.ReverseProxy.Model.DestinationState> Destinations { get; }
member this.Destinations : System.Collections.Concurrent.ConcurrentDictionary<string, Yarp.ReverseProxy.Model.DestinationState>
Public ReadOnly Property Destinations As ConcurrentDictionary(Of String, DestinationState)