次の方法で共有


RunCommandResult Class

Definition

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.

Applies to