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

QueryFunction interface

用于查询编译的函数。

属性

bindingType

函数绑定的类型。

inputs

函数的输入。

name

函数的名称。

output

函数的输出。

type

函数的类型。

属性详细信息

bindingType

函数绑定的类型。

bindingType: string

属性值

string

inputs

函数的输入。

inputs: FunctionInput[]

属性值

name

函数的名称。

name: string

属性值

string

output

函数的输出。

output: FunctionOutput

属性值

type

函数的类型。

type: string

属性值

string