getOutput

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

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

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