list Video Content Token
suspend fun listVideoContentToken(argument: ListVideoContentTokenPlainArgs): ListVideoContentTokenResult
Generates a streaming token which can be used for accessing content from video content URLs, for a video resource with the given name. 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."
See also
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 Video name.
suspend fun listVideoContentToken(argument: suspend ListVideoContentTokenPlainArgsBuilder.() -> Unit): ListVideoContentTokenResult
Return
"Video content token grants access to the video content URLs."
See also
Parameters
argument
Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.ListVideoContentTokenPlainArgs.