你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Utilities.GetAllFurtherPages<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.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
- getNextPage
- Func<String,Dictionary<String,List<String>>,CancellationToken,Task<AzureOperationResponse<IPage<T>>>>
- NextPageLink
- String
- customHeaders
- Dictionary<String,List<String>>