Compartir a través de


OperationsExtensions.ListNextAsync Método

Definición

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))

Parámetros

operations
IOperations
nextPageLink
String
cancellationToken
CancellationToken

Devoluciones

Se aplica a