SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer Interface
public static interface SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer
The SQL Sync Member definition to set the member server and database.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMemberSqlDatabase(SqlDatabase sqlDatabase)
Sets the member SQL Database. |
abstract
With |
withMemberSqlServerName(String sqlServerName)
Sets the member SQL server name. |
Method Details
withMemberSqlDatabase
public abstract 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 abstract 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