Get Event Hub Data Connection Result
data class GetEventHubDataConnectionResult(val compression: String? = null, val consumerGroup: String, val dataFormat: String? = null, val eventHubResourceId: String, val eventSystemProperties: List<String>? = null, val id: String, val kind: String, val location: String? = null, val managedIdentityResourceId: String? = null, val mappingRuleName: String? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tableName: String? = null, val type: String)
Class representing an event hub data connection.
Constructors
Link copied to clipboard
fun GetEventHubDataConnectionResult(compression: String? = null, consumerGroup: String, dataFormat: String? = null, eventHubResourceId: String, eventSystemProperties: List<String>? = null, id: String, kind: String, location: String? = null, managedIdentityResourceId: String? = null, mappingRuleName: String? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tableName: String? = null, type: String)