Get Event Hub Connection Result
data class GetEventHubConnectionResult(val azureApiVersion: String, val consumerGroup: String, val dataFormat: String? = null, val eventHubResourceId: String, val id: String, val location: String? = null, val mappingRuleName: String? = null, val name: String, val tableName: String? = null, val type: String)
Class representing an event hub connection.
Constructors
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The event hub consumer group.
Link copied to clipboard
The data format of the message. Optionally the data format can be added to each message.
Link copied to clipboard
The resource ID of the event hub to be used to create a data connection.
Link copied to clipboard
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.