Compartir a través de


Utilities.GetAllFurtherPages<T> Method

Definition

public static System.Collections.Generic.List<Microsoft.Rest.Azure.IPage<T>> GetAllFurtherPages<T> (Func<string,System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>>,System.Threading.CancellationToken,System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<T>>>> getNextPage, string NextPageLink, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member GetAllFurtherPages : Func<string, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>>, System.Threading.CancellationToken, System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<'T>>>> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Collections.Generic.List<Microsoft.Rest.Azure.IPage<'T>>
Public Function GetAllFurtherPages(Of T) (getNextPage As Func(Of String, Dictionary(Of String, List(Of String)), CancellationToken, Task(Of AzureOperationResponse(Of IPage(Of T)))), NextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As List(Of IPage(Of T))

Type Parameters

T

Parameters

NextPageLink
String
customHeaders
Dictionary<String,List<String>>

Returns

List<IPage<T>>

Applies to