Share via


Extensions.AsContinuousCollection<T> Method

Definition

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.Extensions+<AsContinuousCollection>d__0<>))]
public static System.Collections.Generic.IEnumerable<T> AsContinuousCollection<T>(this Microsoft.Rest.Azure.IPage<T> firstPage, Func<string,Microsoft.Rest.Azure.IPage<T>> getNextPage);
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.Extensions+<AsContinuousCollection>d__0<>))>]
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
Microsoft.Rest.Azure.IPage<T>
getNextPage
System.Func<System.String,Microsoft.Rest.Azure.IPage<T>>

Returns

System.Collections.Generic.IEnumerable<T>
Attributes
System.Runtime.CompilerServices.IteratorStateMachineAttribute

Applies to