SyncGroupCreateOrUpdateProperties.ConflictResolutionPolicy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The policy of resolving conflicts between hub and member database in the sync group.The possible values: 'HubWin' and 'MemberWin'.
public Microsoft.Azure.Management.Sql.LegacySdk.Models.ConflictResolutionPolicyType? ConflictResolutionPolicy { get; set; }
member this.ConflictResolutionPolicy : Nullable<Microsoft.Azure.Management.Sql.LegacySdk.Models.ConflictResolutionPolicyType> with get, set
Public Property ConflictResolutionPolicy As Nullable(Of ConflictResolutionPolicyType)