Sdílet prostřednictvím


IoTHubStreamInputDataSource Class

Definition

Describes an IoT Hub input data source that contains stream data.

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

Constructors

IoTHubStreamInputDataSource()

Initializes a new instance of IoTHubStreamInputDataSource.

Properties

ConsumerGroupName

The name of an IoT Hub Consumer Group that should be used to read events from the IoT Hub. If not specified, the input uses the Iot Hub’s default consumer group.

Endpoint

The IoT Hub endpoint to connect to (ie. messages/events, messages/operationsMonitoringEvents, etc.).

IotHubNamespace

The name or the URI of the IoT Hub. Required on PUT (CreateOrReplace) requests.

SharedAccessPolicyKey

The shared access policy key for the specified shared access policy. Required on PUT (CreateOrReplace) requests.

SharedAccessPolicyName

The shared access policy name for the IoT Hub. This policy must contain at least the Service connect permission. Required on PUT (CreateOrReplace) requests.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IoTHubStreamInputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IoTHubStreamInputDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<StreamInputDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from StreamInputDataSource)
IPersistableModel<IoTHubStreamInputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IoTHubStreamInputDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IoTHubStreamInputDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<StreamInputDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from StreamInputDataSource)

Applies to