FeatureClientExtensions.ListOperationsNextAsync Method

Definition

Lists all of the available Microsoft.Features REST API operations.

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

Parameters

operations
IFeatureClient

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

Applies to