Uses of Class
com.azure.compute.batch.models.OutputFileDestination
Packages that use OutputFileDestination
-
Uses of OutputFileDestination in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return OutputFileDestinationModifier and TypeMethodDescriptionstatic OutputFileDestination
OutputFileDestination.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of OutputFileDestination from the JsonReader.OutputFile.getDestination()
Get the destination property: The destination for the output file(s).OutputFileDestination.setContainer
(OutputFileBlobContainerDestination container) Set the container property: A location in Azure blob storage to which files are uploaded.Constructors in com.azure.compute.batch.models with parameters of type OutputFileDestinationModifierConstructorDescriptionOutputFile
(String filePattern, OutputFileDestination destination, OutputFileUploadConfig uploadOptions) Creates an instance of OutputFile class.