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

RunCommandResult 类

运行命令操作响应。

变量仅由服务器填充,在发送请求时将被忽略。

继承
azure.mgmt.compute.v2017_03_30.models._models_py3.OperationStatusResponse
RunCommandResult

构造函数

RunCommandResult(*, output: MutableMapping[str, Any] | None = None, **kwargs: Any)

仅限关键字的参数

名称 说明
output
<xref:JSON>

操作输出数据 (原始 JSON) 。

变量

名称 说明
name
str

操作 ID。

status
str

操作状态。

start_time

操作开始时间。

end_time

操作结束时间。

error

Api 错误。

output
<xref:JSON>

操作输出数据 (原始 JSON) 。