Iot Event Hub Ingestion Endpoint Configuration Response
data class IotEventHubIngestionEndpointConfigurationResponse(val consumerGroup: String? = null, val eventHubName: String? = null, val fullyQualifiedEventHubNamespace: String? = null)
Event Hub ingestion endpoint configuration
Constructors
Link copied to clipboard
fun IotEventHubIngestionEndpointConfigurationResponse(consumerGroup: String? = null, eventHubName: String? = null, fullyQualifiedEventHubNamespace: String? = null)