OperationKind
Enum
Definition
These are the operation types resulted in a version conflict on a resource.
public enum OperationKind
- Inheritance
-
OperationKind
Fields
| Create | A create operation. |
| Delete | A delete operation. |
| Invalid | An invalid operation. |
| Read | This operation does not apply to Conflict. |
| Replace | An replace operation. |
Remarks
When a version conflict occurs during an async operation, retrieving the Conflict instance will allow you to determine which resource and operation caause the conflict.