Extensions.AsContinuousCollection<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.IEnumerable<T> AsContinuousCollection<T> (this Microsoft.Rest.Azure.IPage<T> firstPage, Func<string,Microsoft.Rest.Azure.IPage<T>> getNextPage);
static member AsContinuousCollection : Microsoft.Rest.Azure.IPage<'T> * Func<string, Microsoft.Rest.Azure.IPage<'T>> -> seq<'T>
<Extension()>
Public Iterator Function AsContinuousCollection(Of T) (firstPage As IPage(Of T), getNextPage As Func(Of String, IPage(Of T))) As IEnumerable(Of T)
Type Parameters
- T
Parameters
- firstPage
- IPage<T>
Returns
IEnumerable<T>
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET