Get Kafka Configuration Result
data class GetKafkaConfigurationResult(val consumerGroup: String? = null, val credentials: CredentialsResponse? = null, val eventHubPartitionId: String? = null, val eventHubResourceId: String? = null, val eventHubType: String? = null, val eventStreamingState: String? = null, val eventStreamingType: String? = null, val id: String, val name: String, val systemData: ProxyResourceResponseSystemData, val type: String)
The configuration of the event streaming service resource attached to the Purview account for kafka notifications.
Constructors
Link copied to clipboard
fun GetKafkaConfigurationResult(consumerGroup: String? = null, credentials: CredentialsResponse? = null, eventHubPartitionId: String? = null, eventHubResourceId: String? = null, eventHubType: String? = null, eventStreamingState: String? = null, eventStreamingType: String? = null, id: String, name: String, systemData: ProxyResourceResponseSystemData, type: String)