다음을 통해 공유


CustomMpiSettings 생성자

정의

오버로드

CustomMpiSettings()

CustomMpiSettings 클래스의 새 instance 초기화합니다.

CustomMpiSettings(String, Nullable<Int32>)

CustomMpiSettings 클래스의 새 instance 초기화합니다.

CustomMpiSettings()

CustomMpiSettings 클래스의 새 instance 초기화합니다.

public CustomMpiSettings ();
Public Sub New ()

적용 대상

CustomMpiSettings(String, Nullable<Int32>)

CustomMpiSettings 클래스의 새 instance 초기화합니다.

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>

프로세스 수입니다.

적용 대상