OutputFile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OutputFile() |
Initializes a new instance of the OutputFile class. |
OutputFile(String, OutputFileDestination, OutputFileUploadOptions) |
Initializes a new instance of the OutputFile class. |
OutputFile()
- Source:
- OutputFile.cs
Initializes a new instance of the OutputFile class.
public OutputFile ();
Public Sub New ()
Applies to
OutputFile(String, OutputFileDestination, OutputFileUploadOptions)
- Source:
- OutputFile.cs
Initializes a new instance of the OutputFile class.
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)
Parameters
- filePattern
- String
A pattern indicating which file(s) to upload.
- destination
- OutputFileDestination
The destination for the output file(s).
- uploadOptions
- OutputFileUploadOptions
Additional options for the upload operation, including under what conditions to perform the upload.
Applies to
Azure SDK for .NET