OutputFile コンストラクター

定義

オーバーロード

OutputFile()

OutputFile クラスの新しいインスタンスを初期化します。

OutputFile(String, OutputFileDestination, OutputFileUploadOptions)

OutputFile クラスの新しいインスタンスを初期化します。

OutputFile()

ソース:
OutputFile.cs

OutputFile クラスの新しいインスタンスを初期化します。

public OutputFile ();
Public Sub New ()

適用対象

OutputFile(String, OutputFileDestination, OutputFileUploadOptions)

ソース:
OutputFile.cs

OutputFile クラスの新しいインスタンスを初期化します。

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)

パラメーター

filePattern
String

アップロードするファイルを示すパターン。

destination
OutputFileDestination

出力ファイルの宛先。

uploadOptions
OutputFileUploadOptions

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

適用対象