Interface SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabase
-
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithSyncGroupDatabaseThe SQL Sync Group definition to set the parent database name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdwithExistingDatabaseName(String databaseName)Sets the name of the database on which the sync group is hosted.
-
-
-
Method Detail
-
withExistingDatabaseName
SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId withExistingDatabaseName(String databaseName)
Sets the name of the database on which the sync group is hosted.- Parameters:
databaseName- the name of the database on which the sync group is hosted- Returns:
- The next stage of the definition.
-
-