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