SqlSyncGroupOperations.DefinitionStages.WithConflictResolutionPolicy Interface
public interface WithConflictResolutionPolicy
The SQL Sync Group definition to set the conflict resolution policy.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlSyncGroupOperations.DefinitionStages.WithCreate |
withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin". |
SqlSyncGroupOperations.DefinitionStages.WithCreate |
withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin". |
Method Details
withConflictResolutionPolicyHubWins
public SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".
Returns:
The next stage of the definition.
withConflictResolutionPolicyMemberWins
public SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".
Returns:
The next stage of the definition.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java