Interface SqlSyncMemberOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Sync Member definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithSyncMemberDatabasewithExistingSqlServer(String resourceGroupName, String sqlServerName)Sets the parent SQL server name and resource group it belongs to.SqlSyncMemberOperations.DefinitionStages.WithMemberSqlServerwithExistingSyncGroup(SqlSyncGroup sqlSyncGroup)Sets the parent SQL server for the new Sync Member.
-
-
-
Method Detail
-
withExistingSqlServer
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 serversqlServerName- the parent SQL server name- Returns:
- The next stage of the definition.
-
withExistingSyncGroup
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.
-
-