getInput

suspend fun getInput(argument: GetInputPlainArgs): GetInputResult

Gets details about the specified input. Azure REST API version: 2020-03-01. Other available API versions: 2021-10-01-preview.

Return

An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

Parameters

argument

null


suspend fun getInput(inputName: String, jobName: String, resourceGroupName: String): GetInputResult

Return

An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

Parameters

inputName

The name of the input.

jobName

The name of the streaming job.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


suspend fun getInput(argument: suspend GetInputPlainArgsBuilder.() -> Unit): GetInputResult

Return

An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

Parameters

argument

Builder for com.pulumi.azurenative.streamanalytics.kotlin.inputs.GetInputPlainArgs.

See also