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

AsyncPageable<T>.FromPages(IEnumerable<Page<T>>) 方法

定义

使用提供的页面创建 的 Pageable<T> 实例。

public static Azure.AsyncPageable<T> FromPages (System.Collections.Generic.IEnumerable<Azure.Page<T>> pages);
static member FromPages : seq<Azure.Page<'T>> -> Azure.AsyncPageable<'T>
Public Shared Function FromPages (pages As IEnumerable(Of Page(Of T))) As AsyncPageable(Of T)

参数

pages
IEnumerable<Page<T>>

要作为新的可分页实例的一部分列出的值的页。

返回

的新实例 Pageable<T>

适用于