Interface IMigrationPlanEndpointBuilder
Interface for an object that can edit endpoints during plan building.
Namespace: Tableau.Migration.Engine.Endpoints
Assembly: Tableau.Migration.dll
Syntax
public interface IMigrationPlanEndpointBuilder
Properties
Configuration
Gets the endpoint configuration.
Declaration
IMigrationPlanEndpointConfiguration Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| IMigrationPlanEndpointConfiguration |
Services
Gets the endpoint service overrides.
Declaration
IMigrationServiceBuilder Services { get; }
Property Value
| Type | Description |
|---|---|
| IMigrationServiceBuilder |