IConfigValidator.ValidateClusterAsync(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 a cluster and returns all errors.
public System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<Exception>> ValidateClusterAsync(Yarp.ReverseProxy.Configuration.ClusterConfig cluster);
abstract member ValidateClusterAsync : Yarp.ReverseProxy.Configuration.ClusterConfig -> System.Threading.Tasks.ValueTask<System.Collections.Generic.IList<Exception>>
Public Function ValidateClusterAsync (cluster As ClusterConfig) As ValueTask(Of IList(Of Exception))
Parameters
- cluster
- ClusterConfig