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 WithCreate withDatabasesInfo(List<DatabaseInfo> databasesInfo)

Specifies the databasesInfo property: List of DatabaseInfo.

Method Details

withDatabasesInfo

public abstract Project.DefinitionStages.WithCreate withDatabasesInfo(List<DatabaseInfo> databasesInfo)

Specifies the databasesInfo property: List of DatabaseInfo.

Parameters:

databasesInfo - List of DatabaseInfo.

Returns:

the next definition stage.

Applies to