你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Utilities.GetNextPages<T> Method

Definition

public static System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<T>> GetNextPages<T> (Func<string,System.Threading.CancellationToken,System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<T>>>> getNextPage, string NextLink);
static member GetNextPages : Func<string, System.Threading.CancellationToken, System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<'T>>>> * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.CustomPage<'T>>
Public Function GetNextPages(Of T) (getNextPage As Func(Of String, CancellationToken, Task(Of AzureOperationResponse(Of CustomPage(Of T)))), NextLink As String) As List(Of CustomPage(Of T))

Type Parameters

T

Parameters

NextLink
String

Returns

Applies to