TransformBuilderContext.Cluster 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.
The cluster config used by the route. This may be null if the route is not currently paired with a cluster.
public Yarp.ReverseProxy.Configuration.ClusterConfig? Cluster { get; init; }
member this.Cluster : Yarp.ReverseProxy.Configuration.ClusterConfig with get, set
Public Property Cluster As ClusterConfig