你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VideosOperationsExtensions.ListContentTokenAsync 方法

定义

生成可用于从视频内容 URL 访问内容的流式处理令牌。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.VideoContentToken> ListContentTokenAsync (this Microsoft.Azure.Management.VideoAnalyzer.IVideosOperations operations, string resourceGroupName, string accountName, string videoName, System.Threading.CancellationToken cancellationToken = default);
static member ListContentTokenAsync : Microsoft.Azure.Management.VideoAnalyzer.IVideosOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.VideoContentToken>
<Extension()>
Public Function ListContentTokenAsync (operations As IVideosOperations, resourceGroupName As String, accountName As String, videoName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VideoContentToken)

参数

operations
IVideosOperations

此扩展方法的操作组。

resourceGroupName
String

资源组的名称。 此名称不区分大小写。

accountName
String

Azure 视频分析器帐户名称。

videoName
String

视频名称。

cancellationToken
CancellationToken

取消标记。

返回

注解

为具有给定名称的视频资源生成可用于从视频内容 URL 访问内容的流式处理令牌。

适用于