Partager via


StartTask Constructeurs

Définition

Surcharges

StartTask()

Initialise une nouvelle instance de la classe StartTask.

StartTask(String)

Initialise une nouvelle instance de la classe StartTask.

StartTask()

Source:
StartTask.cs

Initialise une nouvelle instance de la classe StartTask.

public StartTask ();
Public Sub New ()

S’applique à

StartTask(String)

Source:
StartTask.cs

Initialise une nouvelle instance de la classe StartTask.

public StartTask (string commandLine);
new Microsoft.Azure.Batch.StartTask : string -> Microsoft.Azure.Batch.StartTask
Public Sub New (commandLine As String)

Paramètres

commandLine
String

Ligne de commande de la tâche.

S’applique à