getOutput

Gets details about the specified output. 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 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.

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.

See also


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.

Parameters

argument

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

See also