RunCommandResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
run command result.
[Microsoft.Rest.Serialization.JsonTransformation]
public class RunCommandResult
[<Microsoft.Rest.Serialization.JsonTransformation>]
type RunCommandResult = class
Public Class RunCommandResult
- Inheritance
-
RunCommandResult
- Attributes
Constructors
RunCommandResult() |
Initializes a new instance of the RunCommandResult class. |
RunCommandResult(String, String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, String) |
Initializes a new instance of the RunCommandResult class. |
Properties
ExitCode |
Gets the exit code of the command |
FinishedAt |
Gets the time when the command finished. |
Id |
Gets the command id. |
Logs |
Gets the command output. |
ProvisioningState |
Gets provisioning State |
Reason |
Gets an explanation of why provisioningState is set to failed (if so). |
StartedAt |
Gets the time when the command started. |