JobPropertiesConstraints Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET