RunCommandResult interface
run command result.
Properties
exit |
The exit code of the command NOTE: This property will not be serialized. It can only be populated by the server. |
finished |
The time when the command finished. NOTE: This property will not be serialized. It can only be populated by the server. |
id | The command id. NOTE: This property will not be serialized. It can only be populated by the server. |
logs | The command output. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
provisioning State NOTE: This property will not be serialized. It can only be populated by the server. |
reason | An explanation of why provisioningState is set to failed (if so). NOTE: This property will not be serialized. It can only be populated by the server. |
started |
The time when the command started. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
exitCode
The exit code of the command NOTE: This property will not be serialized. It can only be populated by the server.
exitCode?: number
Property Value
number
finishedAt
The time when the command finished. NOTE: This property will not be serialized. It can only be populated by the server.
finishedAt?: Date
Property Value
Date
id
The command id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
logs
The command output. NOTE: This property will not be serialized. It can only be populated by the server.
logs?: string
Property Value
string
provisioningState
provisioning State NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
reason
An explanation of why provisioningState is set to failed (if so). NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
startedAt
The time when the command started. NOTE: This property will not be serialized. It can only be populated by the server.
startedAt?: Date
Property Value
Date