get Output
Gets details about the specified output. Uses 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.
Parameters
job Name
The name of the streaming job.
output Name
The name of the output.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
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.