JobPropertiesExecutionInfo 생성자

정의

오버로드

JobPropertiesExecutionInfo()

JobPropertiesExecutionInfo 클래스의 새 instance 초기화합니다.

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

JobPropertiesExecutionInfo 클래스의 새 instance 초기화합니다.

JobPropertiesExecutionInfo()

JobPropertiesExecutionInfo 클래스의 새 instance 초기화합니다.

public JobPropertiesExecutionInfo ();
Public Sub New ()

적용 대상

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

JobPropertiesExecutionInfo 클래스의 새 instance 초기화합니다.

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>

오류.

적용 대상