다음을 통해 공유


StreamingJobInputData Class

Definition

A class representing the StreamingJobInput data model. An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

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

Constructors

StreamingJobInputData()

Initializes a new instance of StreamingJobInputData.

Properties

Id

Resource Id.

(Inherited from StreamAnalyticsSubResource)
Name

Resource name.

(Inherited from StreamAnalyticsSubResource)
Properties

The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. Please note StreamingJobInputProperties 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 ReferenceInputProperties and StreamInputProperties.

ResourceType

Resource type.

(Inherited from StreamAnalyticsSubResource)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StreamAnalyticsSubResource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from StreamAnalyticsSubResource)
IJsonModel<StreamAnalyticsSubResource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamAnalyticsSubResource)
IJsonModel<StreamingJobInputData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<StreamingJobInputData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StreamAnalyticsSubResource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubResource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamAnalyticsSubResource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from StreamAnalyticsSubResource)
IPersistableModel<StreamingJobInputData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StreamingJobInputData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StreamingJobInputData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to