Partager via


JobPropertiesConstraints Constructeurs

Définition

Surcharges

JobPropertiesConstraints()

Initialise une nouvelle instance de la classe JobPropertiesConstraints.

JobPropertiesConstraints(Nullable<TimeSpan>)

Initialise une nouvelle instance de la classe JobPropertiesConstraints.

JobPropertiesConstraints()

Initialise une nouvelle instance de la classe JobPropertiesConstraints.

public JobPropertiesConstraints ();
Public Sub New ()

S’applique à

JobPropertiesConstraints(Nullable<TimeSpan>)

Initialise une nouvelle instance de la classe 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)

Paramètres

maxWallClockTime
Nullable<TimeSpan>

Durée maximale de l’horloge murale.

S’applique à