IotEventHubIngestionEndpointConfigurationResponse

data class IotEventHubIngestionEndpointConfigurationResponse(val consumerGroup: String? = null, val eventHubName: String? = null, val fullyQualifiedEventHubNamespace: String? = null)

Event Hub ingestion endpoint configuration

Constructors

constructor(consumerGroup: String? = null, eventHubName: String? = null, fullyQualifiedEventHubNamespace: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerGroup: String? = null

Consumer group of the event hub to connected to.

Link copied to clipboard
val eventHubName: String? = null

Event Hub name to connect to.

Link copied to clipboard

Fully qualified namespace of the Event Hub to connect to.