getVideo

suspend fun getVideo(argument: GetVideoPlainArgs): GetVideoResult

Retrieves an existing video resource within an account with a given name. API Version: 2021-05-01-preview.

Return

The representation of a single video in a Video Analyzer account.

Parameters

argument

null


suspend fun getVideo(accountName: String, resourceGroupName: String, videoName: String): GetVideoResult

Return

The representation of a single video in a Video Analyzer account.

Parameters

accountName

The Azure Video Analyzer account name.

resourceGroupName

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

videoName

The name of the video to retrieve.

See also


suspend fun getVideo(argument: suspend GetVideoPlainArgsBuilder.() -> Unit): GetVideoResult

Return

The representation of a single video in a Video Analyzer account.

Parameters

argument

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

See also