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

OutputFile(String, OutputFileDestination, OutputFileUploadOptions) 构造函数

定义

初始化 OutputFile 类的新实例。

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)

参数

filePattern
String

一种模式,指示要上传的文件 () 。

destination
OutputFileDestination

输出文件的目标 () 。

uploadOptions
OutputFileUploadOptions

上传操作的其他选项,包括在什么条件下执行上传。

适用于