SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer Interface
public interface WithMemberSqlServer
The SQL Sync Member definition to set the member server and database.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlSyncMemberOperations.DefinitionStages.WithMemberUserName |
withMemberSqlDatabase(SqlDatabase sqlDatabase)
Sets the member SQL Database. |
SqlSyncMemberOperations.DefinitionStages.WithMemberSqlDatabase |
withMemberSqlServerName(String sqlServerName)
Sets the member SQL server name. |
Method Details
withMemberSqlDatabase
public SqlSyncMemberOperations.DefinitionStages.WithMemberUserName withMemberSqlDatabase(SqlDatabase sqlDatabase)
Sets the member SQL Database.
Parameters:
sqlDatabase
- the member SQL Database value to set
Returns:
The next stage of the definition.
withMemberSqlServerName
public SqlSyncMemberOperations.DefinitionStages.WithMemberSqlDatabase withMemberSqlServerName(String sqlServerName)
Sets the member SQL server name.
Parameters:
sqlServerName
- the member SQL server name value to set
Returns:
The next stage of the definition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java