Share via


ListNextLink<T>.GetAllResourcesByPollingNextLink Method

Definition

public static System.Collections.Generic.List<T> GetAllResourcesByPollingNextLink (Microsoft.Rest.Azure.IPage<T> resourcePage, Func<string,Microsoft.Rest.Azure.IPage<T>> getNextLink);
static member GetAllResourcesByPollingNextLink : Microsoft.Rest.Azure.IPage<'T> * Func<string, Microsoft.Rest.Azure.IPage<'T>> -> System.Collections.Generic.List<'T>
Public Shared Function GetAllResourcesByPollingNextLink (resourcePage As IPage(Of T), getNextLink As Func(Of String, IPage(Of T))) As List(Of T)

Parameters

resourcePage
IPage<T>
getNextLink
Func<String,IPage<T>>

Returns

List<T>

Applies to