共用方式為


JobPropertiesExecutionInfo 建構函式

定義

多載

JobPropertiesExecutionInfo()

初始化 JobPropertiesExecutionInfo 類別的新實例。

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

初始化 JobPropertiesExecutionInfo 類別的新實例。

JobPropertiesExecutionInfo()

初始化 JobPropertiesExecutionInfo 類別的新實例。

public JobPropertiesExecutionInfo ();
Public Sub New ()

適用於

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

初始化 JobPropertiesExecutionInfo 類別的新實例。

public JobPropertiesExecutionInfo (DateTime? startTime = default, DateTime? endTime = default, int? exitCode = default, System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError> errors = default);
new Microsoft.Azure.Management.BatchAI.Models.JobPropertiesExecutionInfo : Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.BatchAIError> -> Microsoft.Azure.Management.BatchAI.Models.JobPropertiesExecutionInfo
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional exitCode As Nullable(Of Integer) = Nothing, Optional errors As IList(Of BatchAIError) = Nothing)

參數

startTime
Nullable<DateTime>

開始時間。

endTime
Nullable<DateTime>

結束時間。

exitCode
Nullable<Int32>

結束代碼。

errors
IList<BatchAIError>

錯誤。

適用於