Utilities.GetNextPages<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.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
- getNextPage
- Func<String,CancellationToken,Task<AzureOperationResponse<CustomPage<T>>>>
- NextLink
- String
Returns
List<CustomPage<T>>