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

IPagedEnumerable<T>.GetPagedEnumerator 方法

定义

返回循环访问分页集合的异步枚举器。

public Microsoft.Azure.Batch.IPagedEnumerator<T> GetPagedEnumerator ();
abstract member GetPagedEnumerator : unit -> Microsoft.Azure.Batch.IPagedEnumerator<'T>
Public Function GetPagedEnumerator () As IPagedEnumerator(Of T)

返回

要枚举的对象的类型。

适用于