Event Hub Destination Args
data class EventHubDestinationArgs(val eventHubResourceId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<EventHubDestinationArgs>
Constructors
Link copied to clipboard
fun EventHubDestinationArgs(eventHubResourceId: Output<String>? = null, name: Output<String>? = null)