Share via


Project.UpdateStages.WithSourceConnectionInfo Interface

public static interface Project.UpdateStages.WithSourceConnectionInfo

The stage of the Project update allowing to specify sourceConnectionInfo.

Method Summary

Modifier and Type Method and Description
abstract Update withSourceConnectionInfo(ConnectionInfo sourceConnectionInfo)

Specifies the sourceConnectionInfo property: Information for connecting to source.

Method Details

withSourceConnectionInfo

public abstract Project.Update withSourceConnectionInfo(ConnectionInfo sourceConnectionInfo)

Specifies the sourceConnectionInfo property: Information for connecting to source.

Parameters:

sourceConnectionInfo - Information for connecting to source.

Returns:

the next definition stage.

Applies to