Delen via


JobPropertiesConstraints Constructors

Definitie

Overloads

JobPropertiesConstraints()

Initialiseert een nieuw exemplaar van de klasse JobPropertiesConstraints.

JobPropertiesConstraints(Nullable<TimeSpan>)

Initialiseert een nieuw exemplaar van de klasse JobPropertiesConstraints.

JobPropertiesConstraints()

Initialiseert een nieuw exemplaar van de klasse JobPropertiesConstraints.

public JobPropertiesConstraints ();
Public Sub New ()

Van toepassing op

JobPropertiesConstraints(Nullable<TimeSpan>)

Initialiseert een nieuw exemplaar van de klasse JobPropertiesConstraints.

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>

Maximale kloktijd van de wand.

Van toepassing op