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

FunctionShellCallOutputExitOutcomeParam interface

表示shell命令已完成并返回退出代码。

扩展

属性

exit_code

退出代码由shell进程返回。

type

结果类型。 始终为 exit

属性详细信息

exit_code

退出代码由shell进程返回。

exit_code: number

属性值

number

type

结果类型。 始终为 exit

type: "exit"

属性值

"exit"