Interface IMigrationPlanEndpointConfiguration
Interface for configuration necessary to connect to a migration endpoint defined in the a IMigrationPlan.
Namespace: Tableau.Migration.Engine.Endpoints
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationPlanEndpointConfiguration
Methods
Validate()
Validates that the endpoint configuration has enough information to connect.
Declaration
IResult Validate()
Returns
| Type | Description |
|---|---|
| IResult | The validation result. |