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

ListContentKeysResponse 构造函数

定义

重载

ListContentKeysResponse()

初始化 ListContentKeysResponse 类的新实例。

ListContentKeysResponse(IList<StreamingLocatorContentKey>)

初始化 ListContentKeysResponse 类的新实例。

ListContentKeysResponse()

初始化 ListContentKeysResponse 类的新实例。

public ListContentKeysResponse ();
Public Sub New ()

适用于

ListContentKeysResponse(IList<StreamingLocatorContentKey>)

初始化 ListContentKeysResponse 类的新实例。

public ListContentKeysResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey> contentKeys = default);
new Microsoft.Azure.Management.Media.Models.ListContentKeysResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKey> -> Microsoft.Azure.Management.Media.Models.ListContentKeysResponse
Public Sub New (Optional contentKeys As IList(Of StreamingLocatorContentKey) = Nothing)

参数

contentKeys
IList<StreamingLocatorContentKey>

当前流式处理定位符使用的 ContentKey

适用于