Share via


JobPreparation Constructors

Definition

Overloads

JobPreparation()

Initializes a new instance of the JobPreparation class.

JobPreparation(String)

Initializes a new instance of the JobPreparation class.

JobPreparation()

Initializes a new instance of the JobPreparation class.

public JobPreparation ();
Public Sub New ()

Applies to

JobPreparation(String)

Initializes a new instance of the JobPreparation class.

public JobPreparation (string commandLine);
new Microsoft.Azure.Management.BatchAI.Models.JobPreparation : string -> Microsoft.Azure.Management.BatchAI.Models.JobPreparation
Public Sub New (commandLine As String)

Parameters

commandLine
String

Command line.

Applies to