Udostępnij za pośrednictwem


JobPropertiesConstraints Konstruktory

Definicja

Przeciążenia

JobPropertiesConstraints()

Inicjuje nowe wystąpienie klasy JobPropertiesConstraints.

JobPropertiesConstraints(Nullable<TimeSpan>)

Inicjuje nowe wystąpienie klasy JobPropertiesConstraints.

JobPropertiesConstraints()

Inicjuje nowe wystąpienie klasy JobPropertiesConstraints.

public JobPropertiesConstraints ();
Public Sub New ()

Dotyczy

JobPropertiesConstraints(Nullable<TimeSpan>)

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

Parametry

maxWallClockTime
Nullable<TimeSpan>

Maksymalny czas zegara ściany.

Dotyczy