ITransformBuilder.ValidateCluster(ClusterConfig) Method
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.
Validates that any cluster data needed for transforms is valid.
public System.Collections.Generic.IReadOnlyList<Exception> ValidateCluster (Yarp.ReverseProxy.Configuration.ClusterConfig cluster);
abstract member ValidateCluster : Yarp.ReverseProxy.Configuration.ClusterConfig -> System.Collections.Generic.IReadOnlyList<Exception>
Public Function ValidateCluster (cluster As ClusterConfig) As IReadOnlyList(Of Exception)
Parameters
- cluster
- ClusterConfig