你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationParameter interface

所有 Operation 参数扩展的通用接口。

属性

mapper

定义如何验证和序列化此参数的值的映射器。

parameterPath

OperationArguments 中此参数值的路径或包含 OperationArguments 中每个属性值的路径的对象。

属性详细信息

mapper

定义如何验证和序列化此参数的值的映射器。

mapper: Mapper

属性值

parameterPath

OperationArguments 中此参数值的路径或包含 OperationArguments 中每个属性值的路径的对象。

parameterPath: ParameterPath

属性值