你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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