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

FunctionShellCallOutputContentParam interface

捕获了 shell 工具调用输出的一部分 stdout 和 stderr。

属性

outcome

与此shell调用相关的退出或超时结果。

stderr

捕获了 shell 调用的 stderr 输出。

stdout

捕获了 shell 调用的标准输出。

属性详细信息

outcome

与此shell调用相关的退出或超时结果。

outcome: FunctionShellCallOutputOutcomeParamUnion

属性值

stderr

捕获了 shell 调用的 stderr 输出。

stderr: string

属性值

string

stdout

捕获了 shell 调用的标准输出。

stdout: string

属性值

string