Get Event Hub Result
data class GetEventHubResult(val captureDescription: CaptureDescriptionResponse? = null, val createdAt: String, val id: String, val location: String, val messageRetentionInDays: Double? = null, val name: String, val partitionCount: Double? = null, val partitionIds: List<String>, val retentionDescription: RetentionDescriptionResponse? = null, val status: String? = null, val systemData: SystemDataResponse, val type: String, val updatedAt: String)
Single item in List or Get Event Hub operation
Constructors
Link copied to clipboard
fun GetEventHubResult(captureDescription: CaptureDescriptionResponse? = null, createdAt: String, id: String, location: String, messageRetentionInDays: Double? = null, name: String, partitionCount: Double? = null, partitionIds: List<String>, retentionDescription: RetentionDescriptionResponse? = null, status: String? = null, systemData: SystemDataResponse, type: String, updatedAt: String)