次の方法で共有


JobBasePropertiesConstraints コンストラクター

定義

オーバーロード

JobBasePropertiesConstraints()

JobBasePropertiesConstraints クラスの新しいインスタンスを初期化します。

JobBasePropertiesConstraints(Nullable<TimeSpan>)

JobBasePropertiesConstraints クラスの新しいインスタンスを初期化します。

JobBasePropertiesConstraints()

JobBasePropertiesConstraints クラスの新しいインスタンスを初期化します。

public JobBasePropertiesConstraints ();
Public Sub New ()

適用対象

JobBasePropertiesConstraints(Nullable<TimeSpan>)

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)

パラメーター

maxWallClockTime
Nullable<TimeSpan>

最大壁時計時間。

適用対象