你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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