Share via


ApiOperationOperationsExtensions.ListByApiNext Method

Definition

Lists a collection of the operations for the specified API.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OperationContract> ListByApiNext (this Microsoft.Azure.Management.ApiManagement.IApiOperationOperations operations, string nextPageLink);
static member ListByApiNext : Microsoft.Azure.Management.ApiManagement.IApiOperationOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.OperationContract>
<Extension()>
Public Function ListByApiNext (operations As IApiOperationOperations, nextPageLink As String) As IPage(Of OperationContract)

Parameters

operations
IApiOperationOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to