Class JobPreparation

java.lang.Object
com.microsoft.azure.management.batchai.JobPreparation

public class JobPreparation extends Object
Job preparation settings.
  • Constructor Details

    • JobPreparation

      public JobPreparation()
  • Method Details

    • commandLine

      public String commandLine()
      Get the command line to execute. If containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
      Returns:
      the commandLine value
    • withCommandLine

      public JobPreparation withCommandLine(String commandLine)
      Set the command line to execute. If containerSettings is specified on the job, this commandLine will be executed in the same container as job. Otherwise it will be executed on the node.
      Parameters:
      commandLine - the commandLine value to set
      Returns:
      the JobPreparation object itself.