你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationURLParameter interface
操作的参数,将替换为操作的请求 URL。
- Extends
属性
skip |
是否跳过对 URL 参数的值进行编码,然后再将其添加到 URL。 |
继承属性
mapper | 定义如何验证和序列化此参数的值的映射器。 |
parameter |
OperationArguments 中此参数值的路径或包含 OperationArguments 中每个属性值的路径的对象。 |
属性详细信息
skipEncoding
是否跳过对 URL 参数的值进行编码,然后再将其添加到 URL。
skipEncoding?: boolean
属性值
boolean
继承属性详细信息
mapper
parameterPath
OperationArguments 中此参数值的路径或包含 OperationArguments 中每个属性值的路径的对象。
parameterPath: ParameterPath