Udostępnij za pośrednictwem


JobPropertiesExecutionInfo Konstruktory

Definicja

Przeciążenia

JobPropertiesExecutionInfo()

Inicjuje nowe wystąpienie klasy JobPropertiesExecutionInfo.

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

Inicjuje nowe wystąpienie klasy JobPropertiesExecutionInfo.

JobPropertiesExecutionInfo()

Inicjuje nowe wystąpienie klasy JobPropertiesExecutionInfo.

public JobPropertiesExecutionInfo ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

startTime
Nullable<DateTime>

Godzina rozpoczęcia.

endTime
Nullable<DateTime>

Godzina zakończenia.

exitCode
Nullable<Int32>

Kod zakończenia.

errors
IList<BatchAIError>

Błędy.

Dotyczy