OutputFileUploadConfig Class
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 class OutputFileUploadConfig : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.OutputFileUploadConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.OutputFileUploadConfig>
type OutputFileUploadConfig = class
interface IJsonModel<OutputFileUploadConfig>
interface IPersistableModel<OutputFileUploadConfig>
Public Class OutputFileUploadConfig
Implements IJsonModel(Of OutputFileUploadConfig), IPersistableModel(Of OutputFileUploadConfig)
- Inheritance
-
OutputFileUploadConfig
- Implements
Constructors
OutputFileUploadConfig(OutputFileUploadCondition) |
Initializes a new instance of OutputFileUploadConfig. |
Properties
UploadCondition |
The conditions under which the Task output file or set of files should be uploaded. The default is taskcompletion. |
Explicit Interface Implementations
IJsonModel<OutputFileUploadConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OutputFileUploadConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OutputFileUploadConfig>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OutputFileUploadConfig>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OutputFileUploadConfig>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET