ConflictResolutionPolicy Class
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.
The conflict resolution policy for the container.
public class ConflictResolutionPolicy
type ConflictResolutionPolicy = class
Public Class ConflictResolutionPolicy
- Inheritance
-
ConflictResolutionPolicy
Constructors
ConflictResolutionPolicy() |
Initializes a new instance of the ConflictResolutionPolicy class. |
ConflictResolutionPolicy(String, String, String) |
Initializes a new instance of the ConflictResolutionPolicy class. |
Properties
ConflictResolutionPath |
Gets or sets the conflict resolution path in the case of LastWriterWins mode. |
ConflictResolutionProcedure |
Gets or sets the procedure to resolve conflicts in the case of custom mode. |
Mode |
Gets or sets indicates the conflict resolution mode. Possible values include: 'LastWriterWins', 'Custom' |
Applies to
Azure SDK for .NET