Routing Event Hub Properties Args
data class RoutingEventHubPropertiesArgs(val authenticationType: Output<Either<String, AuthenticationType>>? = null, val connectionString: Output<String>? = null, val endpointUri: Output<String>? = null, val entityPath: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>, val resourceGroup: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<RoutingEventHubPropertiesArgs>
The properties related to an event hub endpoint.
Constructors
Link copied to clipboard
fun RoutingEventHubPropertiesArgs(authenticationType: Output<Either<String, AuthenticationType>>? = null, connectionString: Output<String>? = null, endpointUri: Output<String>? = null, entityPath: Output<String>? = null, id: Output<String>? = null, name: Output<String>, resourceGroup: Output<String>? = null, subscriptionId: Output<String>? = null)