Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
OperationParameter interface
- Package:
- @azure/core-client
A common interface that all Operation parameter's extend.
Properties
| mapper | The mapper that defines how to validate and serialize this parameter's value. |
| parameterPath | The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments. |
Property Details
mapper
The mapper that defines how to validate and serialize this parameter's value.
mapper: Mapper
Property Value
parameterPath
The path to this parameter's value in OperationArguments or the object that contains paths for each property's value in OperationArguments.
parameterPath: ParameterPath
