getIoTHubEventSource

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 IoTHub.

Parameters

argument

null


suspend fun getIoTHubEventSource(environmentName: String, eventSourceName: String, resourceGroupName: String): GetIoTHubEventSourceResult

Return

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

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 IoTHub.

Parameters

argument

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

See also