Utilities.GetPagedList<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.
public static System.Collections.Generic.List<T> GetPagedList<T> (Func<Microsoft.Rest.Azure.IPage<T>> listResources, Func<string,Microsoft.Rest.Azure.IPage<T>> listNext) where T : class;
static member GetPagedList : Func<Microsoft.Rest.Azure.IPage<'T>> * Func<string, Microsoft.Rest.Azure.IPage<'T>> -> System.Collections.Generic.List<'T (requires 'T : null)> (requires 'T : null)
Public Shared Function GetPagedList(Of T As Class) (listResources As Func(Of IPage(Of T)), listNext As Func(Of String, IPage(Of T))) As List(Of T)
Type Parameters
- T
Parameters
Returns
List<T>