Pageable<T>.FromPages(IEnumerable<Page<T>>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of Pageable<T> using the provided pages.
public static Azure.Pageable<T> FromPages (System.Collections.Generic.IEnumerable<Azure.Page<T>> pages);
static member FromPages : seq<Azure.Page<'T>> -> Azure.Pageable<'T>
Public Shared Function FromPages (pages As IEnumerable(Of Page(Of T))) As Pageable(Of T)
Parameters
- pages
- IEnumerable<Page<T>>
The pages of values to list as part of net new pageable instance.
Returns
A new instance of Pageable<T>
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET