Delen via


StreamingJobExternal Class

Definition

The storage account where the custom code artifacts are located.

public class StreamingJobExternal : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobExternal>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobExternal>
public class StreamingJobExternal
type StreamingJobExternal = class
    interface IJsonModel<StreamingJobExternal>
    interface IPersistableModel<StreamingJobExternal>
type StreamingJobExternal = class
Public Class StreamingJobExternal
Implements IJsonModel(Of StreamingJobExternal), IPersistableModel(Of StreamingJobExternal)
Public Class StreamingJobExternal
Inheritance
StreamingJobExternal
Implements

Constructors

StreamingJobExternal()

Initializes a new instance of StreamingJobExternal.

Properties

Container

The UserCustomCode container.

Path

The UserCustomCode path.

RefreshConfiguration

The refresh parameters for any/all updatable user defined functions present in the job config.

StorageAccount

The properties that are associated with an Azure Storage account.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingJobExternal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingJobExternal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingJobExternal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobExternal>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingJobExternal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to