OutputFile(String, OutputFileDestination, OutputFileUploadOptions) Constructor

Definition

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