다음을 통해 공유


OperationsExtensions.ListNextAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Fluent.Models.OperationResult>> ListNextAsync (this Microsoft.Azure.Management.ServiceFabric.Fluent.IOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ServiceFabric.Fluent.IOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Fluent.Models.OperationResult>>
<Extension()>
Public Function ListNextAsync (operations As IOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of OperationResult))

Parameters

operations
IOperations
nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to