Delen via


StreamAnalyticsTestOutput Class

Definition

A stream analytics output.

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

Constructors

StreamAnalyticsTestOutput(StreamingJobOutputData)

Initializes a new instance of StreamAnalyticsTestOutput.

Properties

Output

The stream analytics output to test.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsTestOutput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamAnalyticsTestOutput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsTestOutput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamAnalyticsTestOutput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamAnalyticsTestOutput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to