OutputFile Class

Definition

A specification for uploading files from an Azure Batch node to another location after the Batch service has finished executing the task process.

public class OutputFile
type OutputFile = class
Public Class OutputFile
Inheritance
OutputFile

Constructors

OutputFile(String, OutputFileDestination, OutputFileUploadOptions)

Initializes a new instance of the OutputFile class.

Properties

Destination

Gets the destination for the output file(s).

FilePattern

Gets a pattern indicating which file(s) to upload.

UploadOptions

Gets additional options for the upload operation, including under what conditions to perform the upload.

Applies to