get Event Hub Event Source
suspend fun getEventHubEventSource(argument: GetEventHubEventSourcePlainArgs): GetEventHubEventSourceResult
Gets the event source with the specified name in the specified environment. Uses Azure REST API version 2020-05-15.
Return
An event source that receives its data from an Azure EventHub.
Parameters
argument
null
suspend fun getEventHubEventSource(environmentName: String, eventSourceName: String, resourceGroupName: String): GetEventHubEventSourceResult
Return
An event source that receives its data from an Azure EventHub.
Parameters
environment Name
The name of the Time Series Insights environment associated with the specified resource group.
event Source Name
The name of the Time Series Insights event source associated with the specified environment.
resource Group Name
Name of an Azure Resource group.
See also
suspend fun getEventHubEventSource(argument: suspend GetEventHubEventSourcePlainArgsBuilder.() -> Unit): GetEventHubEventSourceResult
Return
An event source that receives its data from an Azure EventHub.
Parameters
argument
Builder for com.pulumi.azurenative.timeseriesinsights.kotlin.inputs.GetEventHubEventSourcePlainArgs.