Uses of Class
com.azure.compute.batch.models.OutputFile
Packages that use OutputFile
-
Uses of OutputFile in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return OutputFileModifier and TypeMethodDescriptionstatic OutputFile
OutputFile.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OutputFile from the JsonReader.Methods in com.azure.compute.batch.models that return types with arguments of type OutputFileModifier and TypeMethodDescriptionBatchJobManagerTask.getOutputFiles()
Get the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.BatchTask.getOutputFiles()
Get the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.BatchTaskCreateContent.getOutputFiles()
Get the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.Method parameters in com.azure.compute.batch.models with type arguments of type OutputFileModifier and TypeMethodDescriptionBatchJobManagerTask.setOutputFiles
(List<OutputFile> outputFiles) Set the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.BatchTaskCreateContent.setOutputFiles
(List<OutputFile> outputFiles) Set the outputFiles property: A list of files that the Batch service will upload from the Compute Node after running the command line.