Interface SqlSyncMemberOperations.DefinitionStages.WithSyncDirection
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
@Beta(V1_9_0)
public static interface SqlSyncMemberOperations.DefinitionStages.WithSyncDirection
The SQL Sync Member definition to set the sync direction.
-
Method Summary
Modifier and TypeMethodDescriptionwithDatabaseType
(SyncDirection syncDirection) Sets the sync direction.
-
Method Details
-
withDatabaseType
Sets the sync direction.- Parameters:
syncDirection
- the sync direction value to set- Returns:
- The next stage of the definition.
-