Share via


OutputFileDestination Class

Definition

The destination to which a file should be uploaded.

public class OutputFileDestination : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.OutputFileDestination>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.OutputFileDestination>
type OutputFileDestination = class
    interface IJsonModel<OutputFileDestination>
    interface IPersistableModel<OutputFileDestination>
Public Class OutputFileDestination
Implements IJsonModel(Of OutputFileDestination), IPersistableModel(Of OutputFileDestination)
Inheritance
OutputFileDestination
Implements

Constructors

OutputFileDestination()

Initializes a new instance of OutputFileDestination.

Properties

Container

A location in Azure blob storage to which files are uploaded.

Explicit Interface Implementations

IJsonModel<OutputFileDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OutputFileDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OutputFileDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutputFileDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OutputFileDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to