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

JobPropertiesExecutionInfo 类

定义

有关作业执行的信息。

public class JobPropertiesExecutionInfo
type JobPropertiesExecutionInfo = class
Public Class JobPropertiesExecutionInfo
继承
JobPropertiesExecutionInfo

构造函数

JobPropertiesExecutionInfo()

初始化 JobPropertiesExecutionInfo 类的新实例。

JobPropertiesExecutionInfo(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, IList<BatchAIError>)

初始化 JobPropertiesExecutionInfo 类的新实例。

属性

EndTime

获取结束时间。

Errors

获取错误。

ExitCode

获取退出代码。

StartTime

获取开始时间。

适用于