SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy Interface
public static interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy
The SQL Sync Group definition to set the conflict resolution policy.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "Hub |
abstract Update |
withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "Member |
Method Details
withConflictResolutionPolicyHubWins
public abstract SqlSyncGroup.Update withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".
Returns:
The next stage of the definition.
withConflictResolutionPolicyMemberWins
public abstract SqlSyncGroup.Update withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".
Returns:
The next stage of the definition.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java