Interface IMigrationPlanEndpointConfiguration
Interface for configuration necessary to connect to a migration endpoint defined in the IMigrationPlan.
Namespace: Tableau.Migration.Engine.Endpoints
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationPlanEndpointConfiguration
Properties
Services
Gets the collection of registered service overrides for this endpoint.
Declaration
IMigrationServiceFactoryCollection Services { get; }
Property Value
| Type | Description |
|---|---|
| IMigrationServiceFactoryCollection |
Methods
Validate()
Validates that the endpoint configuration has enough information to connect.
Declaration
IResult Validate()
Returns
| Type | Description |
|---|---|
| IResult | The validation result. |