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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET