getOutput

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

Return

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

Parameters

argument

null


suspend fun getOutput(jobName: String, outputName: String, resourceGroupName: String): GetOutputResult

Return

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

See also

Parameters

jobName

The name of the streaming job.

outputName

The name of the output.

resourceGroupName

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


suspend fun getOutput(argument: suspend GetOutputPlainArgsBuilder.() -> Unit): GetOutputResult

Return

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

See also

Parameters

argument

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