CommandResultProperties Class

Definition

The results of a run command

public class CommandResultProperties
type CommandResultProperties = class
Public Class CommandResultProperties
Inheritance
CommandResultProperties

Constructors

CommandResultProperties()

Initializes a new instance of the CommandResultProperties class.

CommandResultProperties(String, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, String)

Initializes a new instance of the CommandResultProperties class.

Properties

ExitCode

Gets the exit code of the command

FinishedAt

Gets the time when the command finished.

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