你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputFileUploadConfig Class

Definition

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