Enum OperationKind
These are the operation types resulted in a version conflict on a resource.
public enum OperationKind
- Extension Methods
Fields
Create = 1A create operation.
Delete = 3A delete operation.
Invalid = 0An invalid operation.
[Obsolete("This item is obsolete as it does not apply to Conflict.")] Read = 4This operation does not apply to Conflict.
Replace = 2An replace operation.
Remarks
When a version conflict occurs during an async operation, retrieving the ConflictProperties instance will allow you to determine which resource and operation cause the conflict.