SqlSyncMemberOperations.DefinitionStages.WithSqlServer Interface
public static interface SqlSyncMemberOperations.DefinitionStages.WithSqlServer
The first stage of the SQL Sync Member definition.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to. |
abstract
With |
withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)
Sets the parent SQL server for the new Sync Member. |
Method Details
withExistingSqlServer
public abstract SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabase withExistingSqlServer(String resourceGroupName, String sqlServerName)
Sets the parent SQL server name and resource group it belongs to.
Parameters:
resourceGroupName
- the name of the resource group the parent SQL server
sqlServerName
- the parent SQL server name
Returns:
The next stage of the definition.
withExistingSyncGroup
public abstract SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServer withExistingSyncGroup(SqlSyncGroup sqlSyncGroup)
Sets the parent SQL server for the new Sync Member.
Parameters:
sqlSyncGroup
- the parent SQL Sync Group
Returns:
The next stage of the definition.