Interface SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseId
-
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithSyncDatabaseIdThe SQL Sync Group definition to set the database ID to sync with.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithDatabaseUserNamewithSyncDatabaseId(String syncDatabaseId)Sets the sync database ID.
-
-
-
Method Detail
-
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.
-
-