JobPreparationTask Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobPreparationTask() |
Initializes a new instance of the JobPreparationTask class. |
JobPreparationTask(String) |
Initializes a new instance of the JobPreparationTask class. |
JobPreparationTask()
- Source:
- JobPreparationTask.cs
Initializes a new instance of the JobPreparationTask class.
public JobPreparationTask ();
Public Sub New ()
Applies to
JobPreparationTask(String)
- Source:
- JobPreparationTask.cs
Initializes a new instance of the JobPreparationTask class.
public JobPreparationTask (string commandLine);
new Microsoft.Azure.Batch.JobPreparationTask : string -> Microsoft.Azure.Batch.JobPreparationTask
Public Sub New (commandLine As String)
Parameters
- commandLine
- String
The command line of the task.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET