Share via


JobPropertiesConstraints Constructors

Definition

Overloads

JobPropertiesConstraints()

Initializes a new instance of the JobPropertiesConstraints class.

JobPropertiesConstraints(Nullable<TimeSpan>)

Initializes a new instance of the JobPropertiesConstraints class.

JobPropertiesConstraints()

Initializes a new instance of the JobPropertiesConstraints class.

public JobPropertiesConstraints ();
Public Sub New ()

Applies to

JobPropertiesConstraints(Nullable<TimeSpan>)

Initializes a new instance of the JobPropertiesConstraints class.

public JobPropertiesConstraints (TimeSpan? maxWallClockTime = default);
new Microsoft.Azure.Management.BatchAI.Models.JobPropertiesConstraints : Nullable<TimeSpan> -> Microsoft.Azure.Management.BatchAI.Models.JobPropertiesConstraints
Public Sub New (Optional maxWallClockTime As Nullable(Of TimeSpan) = Nothing)

Parameters

maxWallClockTime
Nullable<TimeSpan>

Max wall clock time.

Applies to