Delen via


JobPropertiesExecutionInfo Constructors

Definitie

Overloads

JobPropertiesExecutionInfo()

Initialiseert een nieuw exemplaar van de klasse JobPropertiesExecutionInfo.

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

Initialiseert een nieuw exemplaar van de klasse JobPropertiesExecutionInfo.

JobPropertiesExecutionInfo()

Initialiseert een nieuw exemplaar van de klasse JobPropertiesExecutionInfo.

public JobPropertiesExecutionInfo ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

startTime
Nullable<DateTime>

Begintijd.

endTime
Nullable<DateTime>

Eindtijd.

exitCode
Nullable<Int32>

Afsluitcode.

errors
IList<BatchAIError>

Fouten.

Van toepassing op