Uses of Class
com.azure.compute.batch.models.OutputFileUploadConfig
Packages that use OutputFileUploadConfig
-
Uses of OutputFileUploadConfig in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return OutputFileUploadConfigModifier and TypeMethodDescriptionstatic OutputFileUploadConfigOutputFileUploadConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OutputFileUploadConfig from the JsonReader.OutputFile.getUploadOptions()Get the uploadOptions property: Additional options for the upload operation, including under what conditions to perform the upload.Constructors in com.azure.compute.batch.models with parameters of type OutputFileUploadConfigModifierConstructorDescriptionOutputFile(String filePattern, OutputFileDestination destination, OutputFileUploadConfig uploadOptions) Creates an instance of OutputFile class.