共用方式為


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>

進程計數。

適用於