Interface SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy
- All Known Subinterfaces:
SqlSyncGroupOperations.SqlSyncGroupOperationsDefinition
- Enclosing interface:
- SqlSyncGroupOperations.DefinitionStages
@Beta(V1_9_0)
public static interface SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy
The SQL Sync Group definition to set the conflict resolution policy.
-
Method Summary
Modifier and TypeMethodDescriptionSets the conflict resolution policy to "HubWin".Sets the conflict resolution policy to "MemberWin".
-
Method Details
-
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.
-