Partager via


KubeCmdletBase.ListPaged<T> Method

Definition

protected static System.Collections.Generic.IList<T> ListPaged<T> (Func<Microsoft.Rest.Azure.IPage<T>> listFirstPage, Func<string,Microsoft.Rest.Azure.IPage<T>> listNextPage);
static member ListPaged : Func<Microsoft.Rest.Azure.IPage<'T>> * Func<string, Microsoft.Rest.Azure.IPage<'T>> -> System.Collections.Generic.IList<'T>
Protected Shared Function ListPaged(Of T) (listFirstPage As Func(Of IPage(Of T)), listNextPage As Func(Of String, IPage(Of T))) As IList(Of T)

Type Parameters

T

Parameters

listFirstPage
Func<IPage<T>>
listNextPage
Func<String,IPage<T>>

Returns

IList<T>

Applies to