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