listVideoStreamingToken

Generates a streaming token used for authenticating video playback. API Version: 2021-05-01-preview.

Return

Video streaming token grants access to the video streaming URLs which can be used by an compatible HLS or DASH player.

Parameters

argument

null


suspend fun listVideoStreamingToken(accountName: String, resourceGroupName: String, videoName: String): ListVideoStreamingTokenResult

Return

Video streaming token grants access to the video streaming URLs which can be used by an compatible HLS or DASH player.

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 generate a token for playback.

See also


Return

Video streaming token grants access to the video streaming URLs which can be used by an compatible HLS or DASH player.

Parameters

argument

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

See also