This enum represents the different ways a model can be used in a method.
| Enumeration Member | Value | Description |
|---|
ApiVersionEnum | 8 | - |
Exception | 1024 | Set when type is used for exception output. |
External | 16384 | Set when type is only referenced by external types. |
Input | 2 | - |
Json | 256 | Set when type is used in conjunction with an application/json content type. |
JsonMergePatch | 16 | Input and Json will also be set when JsonMergePatch is set. |
LroFinalEnvelope | 8192 | Set when type is used as LRO final envelop response. |
LroInitial | 2048 | Set when type is used as LRO initial response. |
LroPolling | 4096 | Set when type is used as LRO polling response. |
MultipartFormData | 32 | Input will also be set when MultipartFormData is set. |
None | 0 | - |
Output | 4 | - |
Spread | 64 | Used in spread. |
Xml | 512 | Set when type is used in conjunction with an application/xml content type. |