Sdílet prostřednictvím


OperationOperationsExtensions.ListNextAsync Method

Definition

Get operations.

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

Parameters

operations
IOperationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

List all the operations.

Applies to