getInput

suspend fun getInput(argument: GetInputPlainArgs): GetInputResult

Gets details about the specified input. API Version: 2016-03-01.

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 that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

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