ComputeBatchModelFactory.OutputFileUploadConfig Method
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.
Options for an output file upload operation, including under what conditions to perform the upload.
public static Azure.Compute.Batch.OutputFileUploadConfig OutputFileUploadConfig(Azure.Compute.Batch.OutputFileUploadCondition uploadCondition = default);
static member OutputFileUploadConfig : Azure.Compute.Batch.OutputFileUploadCondition -> Azure.Compute.Batch.OutputFileUploadConfig
Public Shared Function OutputFileUploadConfig (Optional uploadCondition As OutputFileUploadCondition = Nothing) As OutputFileUploadConfig
Parameters
- uploadCondition
- OutputFileUploadCondition
The conditions under which the Task output file or set of files should be uploaded. The default is taskcompletion.
Returns
A new OutputFileUploadConfig instance for mocking.