get Io THub Event Source
suspend fun getIoTHubEventSource(argument: GetIoTHubEventSourcePlainArgs): GetIoTHubEventSourceResult
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
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 getIoTHubEventSource(argument: suspend GetIoTHubEventSourcePlainArgsBuilder.() -> Unit): GetIoTHubEventSourceResult
Return
An event source that receives its data from an Azure IoTHub.
Parameters
argument
Builder for com.pulumi.azurenative.timeseriesinsights.kotlin.inputs.GetIoTHubEventSourcePlainArgs.