Interface SqlSyncMemberOperations.DefinitionStages.WithSyncDirection
-
- All Known Subinterfaces:
SqlSyncMemberOperations.SqlSyncMemberOperationsDefinition
- Enclosing interface:
- SqlSyncMemberOperations.DefinitionStages
public static interface SqlSyncMemberOperations.DefinitionStages.WithSyncDirectionThe SQL Sync Member definition to set the sync direction.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncMemberOperations.DefinitionStages.WithCreatewithDatabaseType(SyncDirection syncDirection)Sets the sync direction.
-
-
-
Method Detail
-
withDatabaseType
SqlSyncMemberOperations.DefinitionStages.WithCreate withDatabaseType(SyncDirection syncDirection)
Sets the sync direction.- Parameters:
syncDirection- the sync direction value to set- Returns:
- The next stage of the definition.
-
-