共用方式為


RunCommandResult 類別

執行命令作業回應。

變數只會由伺服器填入,而且會在傳送要求時予以忽略。

繼承
azure.mgmt.compute.v2017_12_01.models._models_py3.OperationStatusResponse
RunCommandResult

建構函式

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

僅限關鍵字參數

名稱 Description
output
<xref:JSON>

作業輸出資料 (原始 JSON) 。

變數

名稱 Description
name
str

作業識別碼。

status
str

作業狀態。

start_time

作業的開始時間。

end_time

作業的結束時間。

error

Api 錯誤。

output
<xref:JSON>

作業輸出資料 (原始 JSON) 。