Delen via


JobBasePropertiesConstraints Constructors

Definitie

Overloads

JobBasePropertiesConstraints()

Initialiseert een nieuw exemplaar van de klasse JobBasePropertiesConstraints.

JobBasePropertiesConstraints(Nullable<TimeSpan>)

Initialiseert een nieuw exemplaar van de klasse JobBasePropertiesConstraints.

JobBasePropertiesConstraints()

Initialiseert een nieuw exemplaar van de klasse JobBasePropertiesConstraints.

public JobBasePropertiesConstraints ();
Public Sub New ()

Van toepassing op

JobBasePropertiesConstraints(Nullable<TimeSpan>)

Initialiseert een nieuw exemplaar van de klasse JobBasePropertiesConstraints.

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

Parameters

maxWallClockTime
Nullable<TimeSpan>

Maximale kloktijd van de wand.

Van toepassing op