다음을 통해 공유


Utilities.GetPagedList<T> Method

Definition

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

listResources
Func<IPage<T>>
listNext
Func<String,IPage<T>>

Returns

List<T>

Applies to