Поделиться через


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>

Ошибки.

Применяется к