getEventHubEventSource

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

environmentName

The name of the Time Series Insights environment associated with the specified resource group.

eventSourceName

The name of the Time Series Insights event source associated with the specified environment.

resourceGroupName

Name of an Azure Resource group.

See also


Return

An event source that receives its data from an Azure EventHub.

Parameters

argument

Builder for com.pulumi.azurenative.timeseriesinsights.kotlin.inputs.GetEventHubEventSourcePlainArgs.

See also