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

ParameterType type

定义 ParameterType 的值。
KnownParameterType 可与 ParameterType 互换使用,此枚举包含服务支持的已知值。

服务支持的已知值

array:参数接受值数组。
boolean:参数接受布尔值。
integer:参数接受整数值。
number:参数接受数字值。
object:参数接受对象值。
string:参数接受字符串值。

type ParameterType = string