Delen via


CustomMpiSettings Constructors

Definitie

Overloads

CustomMpiSettings()

Initialiseert een nieuw exemplaar van de klasse CustomMpiSettings.

CustomMpiSettings(String, Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse CustomMpiSettings.

CustomMpiSettings()

Initialiseert een nieuw exemplaar van de klasse CustomMpiSettings.

public CustomMpiSettings ();
Public Sub New ()

Van toepassing op

CustomMpiSettings(String, Nullable<Int32>)

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

commandLine
String

Opdrachtregel.

processCount
Nullable<Int32>

Aantal processen.

Van toepassing op