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 WithCreate withConflictResolutionPolicyHubWins()

Sets the conflict resolution policy to "HubWin".

abstract WithCreate withConflictResolutionPolicyMemberWins()

Sets the conflict resolution policy to "MemberWin".

Method Details

withConflictResolutionPolicyHubWins

public abstract SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyHubWins()

Sets the conflict resolution policy to "HubWin".

Returns:

The next stage of the definition.

withConflictResolutionPolicyMemberWins

public abstract SqlSyncGroupOperations.DefinitionStages.WithCreate withConflictResolutionPolicyMemberWins()

Sets the conflict resolution policy to "MemberWin".

Returns:

The next stage of the definition.

Applies to