Sdílet prostřednictvím


JobBasePropertiesConstraints Konstruktory

Definice

Přetížení

JobBasePropertiesConstraints()

Inicializuje novou instanci JobBasePropertiesConstraints třídy.

JobBasePropertiesConstraints(Nullable<TimeSpan>)

Inicializuje novou instanci JobBasePropertiesConstraints třídy.

JobBasePropertiesConstraints()

Inicializuje novou instanci JobBasePropertiesConstraints třídy.

public JobBasePropertiesConstraints ();
Public Sub New ()

Platí pro

JobBasePropertiesConstraints(Nullable<TimeSpan>)

Inicializuje novou instanci JobBasePropertiesConstraints třídy.

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)

Parametry

maxWallClockTime
Nullable<TimeSpan>

Maximální čas na nástěnné hodiny.

Platí pro