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

ListPathsResponse 构造函数

定义

重载

ListPathsResponse()

初始化 ListPathsResponse 类的新实例。

ListPathsResponse(IList<StreamingPath>, IList<String>)

初始化 ListPathsResponse 类的新实例。

ListPathsResponse()

初始化 ListPathsResponse 类的新实例。

public ListPathsResponse ();
Public Sub New ()

适用于

ListPathsResponse(IList<StreamingPath>, IList<String>)

初始化 ListPathsResponse 类的新实例。

public ListPathsResponse (System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingPath> streamingPaths = default, System.Collections.Generic.IList<string> downloadPaths = default);
new Microsoft.Azure.Management.Media.Models.ListPathsResponse : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamingPath> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.ListPathsResponse
Public Sub New (Optional streamingPaths As IList(Of StreamingPath) = Nothing, Optional downloadPaths As IList(Of String) = Nothing)

参数

streamingPaths
IList<StreamingPath>

当前流定位符支持的流式处理路径

downloadPaths
IList<String>

当前流式处理定位符支持的下载路径

适用于