Project.DefinitionStages.WithDatabasesInfo Interface
public static interface Project.DefinitionStages.WithDatabasesInfo
The stage of the Project definition allowing to specify databasesInfo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withDatabasesInfo(List<DatabaseInfo> databasesInfo)
Specifies the databases |
Method Details
withDatabasesInfo
public abstract Project.DefinitionStages.WithCreate withDatabasesInfo(List<DatabaseInfo> databasesInfo)
Specifies the databasesInfo property: List of DatabaseInfo.
Parameters:
Returns: