getPipelineJob

Retrieves a specific pipeline job by name. If a pipeline job with that name has been previously created, the call will return the JSON representation of that instance. API Version: 2021-11-01-preview.

Return

Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.

Parameters

argument

null


suspend fun getPipelineJob(accountName: String, pipelineJobName: String, resourceGroupName: String): GetPipelineJobResult

Return

Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.

Parameters

accountName

The Azure Video Analyzer account name.

pipelineJobName

The pipeline job name.

resourceGroupName

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

See also


Return

Pipeline job represents a unique instance of a batch topology, used for offline processing of selected portions of archived content.

Parameters

argument

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

See also