ApiOperationOperationsExtensions.ListByApiNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.