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

アップロード操作の追加オプション (アップロードを実行する条件を含む)。

適用対象