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

VideosOperationsExtensions 类

定义

VideosOperations 的扩展方法。

public static class VideosOperationsExtensions
type VideosOperationsExtensions = class
Public Module VideosOperationsExtensions
继承
VideosOperationsExtensions

方法

CreateOrUpdate(IVideosOperations, String, String, String, VideoEntity)

创建新的视频资源或更新现有视频资源。

CreateOrUpdateAsync(IVideosOperations, String, String, String, VideoEntity, CancellationToken)

创建新的视频资源或更新现有视频资源。

Delete(IVideosOperations, String, String, String)

删除现有视频资源及其基础数据。

DeleteAsync(IVideosOperations, String, String, String, CancellationToken)

删除现有视频资源及其基础数据。

Get(IVideosOperations, String, String, String)

检索现有视频资源。

GetAsync(IVideosOperations, String, String, String, CancellationToken)

检索现有视频资源。

List(IVideosOperations, String, String, Nullable<Int32>)

检索所有现有视频资源。

ListAsync(IVideosOperations, String, String, Nullable<Int32>, CancellationToken)

检索所有现有视频资源。

ListContentToken(IVideosOperations, String, String, String)

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

ListContentTokenAsync(IVideosOperations, String, String, String, CancellationToken)

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

ListNext(IVideosOperations, String)

检索所有现有视频资源。

ListNextAsync(IVideosOperations, String, CancellationToken)

检索所有现有视频资源。

Update(IVideosOperations, String, String, String, VideoEntity)

汇报现有视频资源的各个属性。

UpdateAsync(IVideosOperations, String, String, String, VideoEntity, CancellationToken)

汇报现有视频资源的各个属性。

适用于