Extensions.AsContinuousCollection<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres de type
- T
Paramètres
- firstPage
- IPage<T>
Retours
IEnumerable<T>
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET