RestApiParameterStyle 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.
REST API parameter style.
public enum RestApiParameterStyletype RestApiParameterStyle = Public Enum RestApiParameterStyle- Inheritance
- 
				RestApiParameterStyle
Fields
| Name | Value | Description | 
|---|---|---|
| Matrix | 0 | Path-style parameters. | 
| Label | 1 | Label style parameters. | 
| Form | 2 | Form style parameters. | 
| Simple | 3 | Simple style parameters. | 
| SpaceDelimited | 4 | Space separated array values. | 
| PipeDelimited | 5 | Pipe separated array values. | 
| DeepObject | 6 | Provides a simple way of rendering nested objects using form parameters. |