Event Hub Response
data class EventHubResponse(val authenticationType: String? = null, val connectionStringPrimaryKey: String? = null, val connectionStringSecondaryKey: String? = null, val createdTime: String, val deadLetterSecret: String? = null, val deadLetterUri: String? = null, val endpointType: String, val endpointUri: String? = null, val entityPath: String? = null, val identity: ManagedIdentityReferenceResponse? = null, val provisioningState: String)
Properties related to EventHub.
Constructors
Link copied to clipboard
fun EventHubResponse(authenticationType: String? = null, connectionStringPrimaryKey: String? = null, connectionStringSecondaryKey: String? = null, createdTime: String, deadLetterSecret: String? = null, deadLetterUri: String? = null, endpointType: String, endpointUri: String? = null, entityPath: String? = null, identity: ManagedIdentityReferenceResponse? = null, provisioningState: String)