OutputFile(String, OutputFileDestination, OutputFileUploadOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the OutputFile class.
public OutputFile (string filePattern, Microsoft.Azure.Batch.OutputFileDestination destination, Microsoft.Azure.Batch.OutputFileUploadOptions uploadOptions);
new Microsoft.Azure.Batch.OutputFile : string * Microsoft.Azure.Batch.OutputFileDestination * Microsoft.Azure.Batch.OutputFileUploadOptions -> Microsoft.Azure.Batch.OutputFile
Public Sub New (filePattern As String, destination As OutputFileDestination, uploadOptions As OutputFileUploadOptions)
Parameters
- filePattern
- String
A pattern indicating which file(s) to upload.
- destination
- OutputFileDestination
The destination for the output file(s).
- uploadOptions
- OutputFileUploadOptions
Additional options for the upload operation, including under what conditions to perform the upload.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET