次の方法で共有


CustomMpiSettings コンストラクター

定義

オーバーロード

CustomMpiSettings()

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

CustomMpiSettings(String, Nullable<Int32>)

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

CustomMpiSettings()

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

public CustomMpiSettings ();
Public Sub New ()

適用対象

CustomMpiSettings(String, Nullable<Int32>)

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

public CustomMpiSettings (string commandLine, int? processCount = default);
new Microsoft.Azure.Management.BatchAI.Models.CustomMpiSettings : string * Nullable<int> -> Microsoft.Azure.Management.BatchAI.Models.CustomMpiSettings
Public Sub New (commandLine As String, Optional processCount As Nullable(Of Integer) = Nothing)

パラメーター

commandLine
String

コマンドライン。

processCount
Nullable<Int32>

プロセス数。

適用対象