list Video Streaming Token
suspend fun listVideoStreamingToken(argument: ListVideoStreamingTokenPlainArgs): ListVideoStreamingTokenResult
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
account Name
The Azure Video Analyzer account name.
resource Group Name
The name of the resource group. The name is case insensitive.
video Name
The name of the video to generate a token for playback.
See also
suspend fun listVideoStreamingToken(argument: suspend ListVideoStreamingTokenPlainArgsBuilder.() -> Unit): ListVideoStreamingTokenResult
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.