Interface SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
@Beta(V1_9_0)
public static interface SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId
The SQL Sync Group definition to set the database ID to sync with.
-
Method Summary
Modifier and TypeMethodDescriptionwithSyncDatabaseId
(String syncDatabaseId) Sets the sync database ID.
-
Method Details
-
withSyncDatabaseId
SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserName withSyncDatabaseId(String syncDatabaseId) Sets the sync database ID.- Parameters:
syncDatabaseId
- the sync database ID value to set- Returns:
- The next stage of the definition.
-