SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy Interface
public static interface SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy
The SQL Sync Group definition to set the conflict resolution policy.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "Hub |
|
abstract
With |
withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "Member |
Method Details
withConflictResolutionPolicyHubWins
public abstract SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".
Returns:
withConflictResolutionPolicyMemberWins
public abstract SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".
Returns: