IConfigValidator Interface
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.
Provides methods to validate routes and clusters.
public interface IConfigValidator
type IConfigValidator = interface
Public Interface IConfigValidator
Methods
| ValidateClusterAsync(ClusterConfig) |
Validates a cluster and returns all errors. |
| ValidateRouteAsync(RouteConfig) |
Validates a route and returns all errors |