getInput

suspend fun getInput(argument: GetInputPlainArgs): GetInputResult

Gets details about the specified input. Uses Azure REST API version 2020-03-01. Other available API versions: 2021-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native streamanalytics [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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