RestApiOperation 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 REST API operation.
public sealed class RestApiOperationtype RestApiOperation = classPublic NotInheritable Class RestApiOperation- Inheritance
- 
				RestApiOperation
Properties
| ContentTypeArgumentName | Gets the name of an artificial parameter to be used for indicate payload media-type if it's missing in payload metadata. | 
| Description | The operation description. | 
| Extensions | Additional unstructured metadata about the operation. | 
| Id | The operation identifier. | 
| Method | The operation method - GET, POST, PUT, DELETE. | 
| OperationServers | Operation level servers. | 
| Parameters | The operation parameters. | 
| Path | The operation path. | 
| PathServers | Path level servers. | 
| Payload | The operation payload. | 
| PayloadArgumentName | Gets the name of an artificial parameter to be used for operation having "text/plain" payload media type. | 
| Responses | The list of possible operation responses. | 
| SecurityRequirements | The security requirements. | 
| Servers | The server. |