次の方法で共有


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>>

net new pageable インスタンスの一部として一覧表示する値のページ。

戻り値

の新しいインスタンス Pageable<T>

適用対象