OutputFileUploadOptions 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
OutputFileUploadOptions() |
Initializes a new instance of the OutputFileUploadOptions class. |
OutputFileUploadOptions(OutputFileUploadCondition) |
Initializes a new instance of the OutputFileUploadOptions class. |
OutputFileUploadOptions()
- Source:
- OutputFileUploadOptions.cs
Initializes a new instance of the OutputFileUploadOptions class.
public OutputFileUploadOptions ();
Public Sub New ()
Applies to
OutputFileUploadOptions(OutputFileUploadCondition)
- Source:
- OutputFileUploadOptions.cs
Initializes a new instance of the OutputFileUploadOptions class.
public OutputFileUploadOptions (Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadCondition uploadCondition);
new Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadOptions : Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadCondition -> Microsoft.Azure.Batch.Protocol.Models.OutputFileUploadOptions
Public Sub New (uploadCondition As OutputFileUploadCondition)
Parameters
- uploadCondition
- OutputFileUploadCondition
The conditions under which the Task output file or set of files should be uploaded.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET