Freigeben über


OutputFile(String, OutputFileDestination, OutputFileUploadOptions) Konstruktor

Definition

Initialisiert eine neue Instanz der OutputFile-Klasse.

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)

Parameter

filePattern
String

Ein Muster, das angibt, welche Dateien hochgeladen werden sollen.

destination
OutputFileDestination

Das Ziel für die Ausgabedateien.

uploadOptions
OutputFileUploadOptions

Zusätzliche Optionen für den Uploadvorgang, einschließlich der Bedingungen, unter welchen Bedingungen der Upload ausgeführt werden soll.

Gilt für: