Interface SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy
-
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
public static interface SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicyThe SQL Sync Group definition to set the conflict resolution policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroupOperations.DefinitionStages.WithCreatewithConflictResolutionPolicyHubWins()Sets the conflict resolution policy to "HubWin".SqlSyncGroupOperations.DefinitionStages.WithCreatewithConflictResolutionPolicyMemberWins()Sets the conflict resolution policy to "MemberWin".
-
-
-
Method Detail
-
withConflictResolutionPolicyHubWins
SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".- Returns:
- The next stage of the definition.
-
withConflictResolutionPolicyMemberWins
SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".- Returns:
- The next stage of the definition.
-
-