Interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy

All Known Subinterfaces:
SqlSyncGroup.Update
Enclosing interface:
SqlSyncGroup.UpdateStages

@Beta(V1_9_0) public static interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy
The SQL Sync Group definition to set the conflict resolution policy.
  • Method Details

    • withConflictResolutionPolicyHubWins

      SqlSyncGroup.Update withConflictResolutionPolicyHubWins()
      Sets the conflict resolution policy to "HubWin".
      Returns:
      The next stage of the definition.
    • withConflictResolutionPolicyMemberWins

      SqlSyncGroup.Update withConflictResolutionPolicyMemberWins()
      Sets the conflict resolution policy to "MemberWin".
      Returns:
      The next stage of the definition.