KubeCmdletBase.ListPaged<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.
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
Returns
IList<T>