JobBasePropertiesConstraints 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í
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
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