Sdílet prostřednictvím


JobPropertiesConstraints Konstruktory

Definice

Přetížení

JobPropertiesConstraints()

Inicializuje novou instanci JobPropertiesConstraints třídy.

JobPropertiesConstraints(Nullable<TimeSpan>)

Inicializuje novou instanci JobPropertiesConstraints třídy.

JobPropertiesConstraints()

Inicializuje novou instanci JobPropertiesConstraints třídy.

public JobPropertiesConstraints ();
Public Sub New ()

Platí pro

JobPropertiesConstraints(Nullable<TimeSpan>)

Inicializuje novou instanci JobPropertiesConstraints třídy.

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>

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

Platí pro