Routing Event Hub Properties Response
data class RoutingEventHubPropertiesResponse(val authenticationType: String? = null, val connectionString: String? = null, val endpointUri: String? = null, val entityPath: String? = null, val id: String? = null, val identity: ManagedIdentityResponse? = null, val name: String, val resourceGroup: String? = null, val subscriptionId: String? = null)
The properties related to an event hub endpoint.
Constructors
Link copied to clipboard
fun RoutingEventHubPropertiesResponse(authenticationType: String? = null, connectionString: String? = null, endpointUri: String? = null, entityPath: String? = null, id: String? = null, identity: ManagedIdentityResponse? = null, name: String, resourceGroup: String? = null, subscriptionId: String? = null)