JobPropertiesExecutionInfo Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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
- errors
- IList<BatchAIError>
Fouten.
Van toepassing op
Azure SDK for .NET