Sdílet prostřednictvím


StreamingJobOutputDataSource Class

Definition

Describes the data source that output will be written to. Please note StreamingJobOutputDataSource is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include GatewayMessageBusOutputDataSource, FunctionOutputDataSource, DataLakeStoreOutputDataSource, PostgreSQLOutputDataSource, EventHubV2OutputDataSource, EventHubOutputDataSource, ServiceBusQueueOutputDataSource, ServiceBusTopicOutputDataSource, SqlDatabaseOutputDataSource, SynapseOutputDataSource, BlobOutputDataSource, DocumentDbOutputDataSource, TableOutputDataSource, PowerBIOutputDataSource and RawOutputDatasource.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.StreamAnalytics.Models.UnknownOutputDataSource))]
public abstract class StreamingJobOutputDataSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource>
public abstract class StreamingJobOutputDataSource
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.StreamAnalytics.Models.UnknownOutputDataSource))>]
type StreamingJobOutputDataSource = class
    interface IJsonModel<StreamingJobOutputDataSource>
    interface IPersistableModel<StreamingJobOutputDataSource>
type StreamingJobOutputDataSource = class
Public MustInherit Class StreamingJobOutputDataSource
Implements IJsonModel(Of StreamingJobOutputDataSource), IPersistableModel(Of StreamingJobOutputDataSource)
Public MustInherit Class StreamingJobOutputDataSource
Inheritance
StreamingJobOutputDataSource
Derived
Attributes
Implements

Constructors

StreamingJobOutputDataSource()

Initializes a new instance of StreamingJobOutputDataSource.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamingJobOutputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingJobOutputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamingJobOutputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobOutputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingJobOutputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to