listVideoContentToken

Generates a streaming token which can be used for accessing content from video content URLs, for a video resource with the given name. Uses Azure REST API version 2021-11-01-preview.

Return

"Video content token grants access to the video content URLs."

Parameters

argument

null


suspend fun listVideoContentToken(accountName: String, resourceGroupName: String, videoName: String): ListVideoContentTokenResult

Return

"Video content token grants access to the video content URLs."

Parameters

accountName

The Azure Video Analyzer account name.

resourceGroupName

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

videoName

The Video name.

See also


Return

"Video content token grants access to the video content URLs."

Parameters

argument

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

See also