OperationType Enum
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.
Operation type.
public enum OperationType
type OperationType =
Public Enum OperationType
- Inheritance
-
OperationType
Fields
Name | Value | Description |
---|---|---|
Get | 0 | A definition of a GET operation on this path. |
Put | 1 | A definition of a PUT operation on this path. |
Post | 2 | A definition of a POST operation on this path. |
Delete | 3 | A definition of a DELETE operation on this path. |
Options | 4 | A definition of a OPTIONS operation on this path. |
Head | 5 | A definition of a HEAD operation on this path. |
Patch | 6 | A definition of a PATCH operation on this path. |
Trace | 7 | A definition of a TRACE operation on this path. |