Interface SqlSyncGroupOperations.DefinitionStages.WithSqlServer
-
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithSqlServerThe first stage of the SQL Sync Group definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdwithExistingSqlDatabase(SqlDatabase sqlDatabase)Sets the parent SQL server for the new Sync Group.SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabasewithExistingSqlServer(String resourceGroupName, String sqlServerName)Sets the parent SQL server name and resource group it belongs to.
-
-
-
Method Detail
-
withExistingSqlServer
SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase 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.
-
withExistingSqlDatabase
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId withExistingSqlDatabase(SqlDatabase sqlDatabase)
Sets the parent SQL server for the new Sync Group.- Parameters:
sqlDatabase- the parent SQL database- Returns:
- The next stage of the definition.
-
-