getLivePipeline

Retrieves a specific live pipeline by name. If a live pipeline with that name has been previously created, the call will return the JSON representation of that instance. Uses Azure REST API version 2021-11-01-preview.

Return

Live pipeline represents a unique instance of a live topology, used for real-time ingestion, archiving and publishing of content for a unique RTSP camera.

Parameters

argument

null


suspend fun getLivePipeline(accountName: String, livePipelineName: String, resourceGroupName: String): GetLivePipelineResult

Return

Live pipeline represents a unique instance of a live topology, used for real-time ingestion, archiving and publishing of content for a unique RTSP camera.

Parameters

accountName

The Azure Video Analyzer account name.

livePipelineName

Live pipeline unique identifier.

resourceGroupName

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

See also


Return

Live pipeline represents a unique instance of a live topology, used for real-time ingestion, archiving and publishing of content for a unique RTSP camera.

Parameters

argument

Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.GetLivePipelinePlainArgs.

See also