Condividi tramite


OutputFile Constructors

Definition

Overloads

OutputFile()

Initializes a new instance of the OutputFile class.

OutputFile(String, OutputFileDestination, OutputFileUploadOptions)

Initializes a new instance of the OutputFile class.

OutputFile()

Source:
OutputFile.cs

Initializes a new instance of the OutputFile class.

public OutputFile ();
Public Sub New ()

Applies to

OutputFile(String, OutputFileDestination, OutputFileUploadOptions)

Source:
OutputFile.cs

Initializes a new instance of the OutputFile class.

public OutputFile (string filePattern, Microsoft.Azure.Batch.Protocol.Models.OutputFileDestination destination, Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadOptions uploadOptions);
new Microsoft.Azure.Batch.Protocol.Models.OutputFile : string * Microsoft.Azure.Batch.Protocol.Models.OutputFileDestination * Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadOptions -> Microsoft.Azure.Batch.Protocol.Models.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