Udostępnij za pośrednictwem


JobBasePropertiesConstraints Konstruktory

Definicja

Przeciążenia

JobBasePropertiesConstraints()

Inicjuje nowe wystąpienie klasy JobBasePropertiesConstraints.

JobBasePropertiesConstraints(Nullable<TimeSpan>)

Inicjuje nowe wystąpienie klasy JobBasePropertiesConstraints.

JobBasePropertiesConstraints()

Inicjuje nowe wystąpienie klasy JobBasePropertiesConstraints.

public JobBasePropertiesConstraints ();
Public Sub New ()

Dotyczy

JobBasePropertiesConstraints(Nullable<TimeSpan>)

Inicjuje nowe wystąpienie klasy 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)

Parametry

maxWallClockTime
Nullable<TimeSpan>

Maksymalny czas zegara ściany.

Dotyczy