HealthcareApisIotConnectorEventHubIngestionConfiguration Class

Definition

Event Hub ingestion endpoint configuration.

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

Constructors

HealthcareApisIotConnectorEventHubIngestionConfiguration()

Initializes a new instance of HealthcareApisIotConnectorEventHubIngestionConfiguration.

Properties

ConsumerGroup

Consumer group of the event hub to connected to.

EventHubName

Event Hub name to connect to.

FullyQualifiedEventHubNamespace

Fully qualified namespace of the Event Hub to connect to.

Explicit Interface Implementations

IJsonModel<HealthcareApisIotConnectorEventHubIngestionConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HealthcareApisIotConnectorEventHubIngestionConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HealthcareApisIotConnectorEventHubIngestionConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HealthcareApisIotConnectorEventHubIngestionConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HealthcareApisIotConnectorEventHubIngestionConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to