Sdílet prostřednictvím


JobPropertiesExecutionInfo Konstruktory

Definice

Přetížení

JobPropertiesExecutionInfo()

Inicializuje novou instanci JobPropertiesExecutionInfo třídy.

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

Inicializuje novou instanci JobPropertiesExecutionInfo třídy.

JobPropertiesExecutionInfo()

Inicializuje novou instanci JobPropertiesExecutionInfo třídy.

public JobPropertiesExecutionInfo ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci JobPropertiesExecutionInfo třídy.

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)

Parametry

startTime
Nullable<DateTime>

Čas spuštění.

endTime
Nullable<DateTime>

Čas ukončení.

exitCode
Nullable<Int32>

Ukončovací kód.

errors
IList<BatchAIError>

Chyby.

Platí pro