다음을 통해 공유


RunCommandResult 클래스

명령 작업 응답을 실행합니다.

변수는 서버에서만 채워지고 요청을 보낼 때 무시됩니다.

상속
azure.mgmt.compute.v2017_12_01.models._models_py3.OperationStatusResponse
RunCommandResult

생성자

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

키워드 전용 매개 변수

Name Description
output
<xref:JSON>

작업 출력 데이터(원시 JSON).

변수

Name Description
name
str

작업 ID입니다.

status
str

작업 상태입니다.

start_time

작업의 시작 시간입니다.

end_time

작업의 종료 시간입니다.

error

API 오류입니다.

output
<xref:JSON>

작업 출력 데이터(원시 JSON).