Class CustomToolkitSettings
java.lang.Object
com.microsoft.azure.management.batchai.CustomToolkitSettings
Custom tool kit job settings.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the command line to execute on the master node.withCommandLine(String commandLine) Set the command line to execute on the master node.
- 
Constructor Details- 
CustomToolkitSettingspublic CustomToolkitSettings()
 
- 
- 
Method Details- 
commandLineGet the command line to execute on the master node.- Returns:
- the commandLine value
 
- 
withCommandLineSet the command line to execute on the master node.- Parameters:
- commandLine- the commandLine value to set
- Returns:
- the CustomToolkitSettings object itself.
 
 
-