ApiManagementOperationsExtensions.ListNext 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 all of the available REST API operations of the Microsoft.ApiManagement provider.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.Operation> ListNext (this Microsoft.Azure.Management.ApiManagement.IApiManagementOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ApiManagement.IApiManagementOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.Operation>
<Extension()>
Public Function ListNext (operations As IApiManagementOperations, nextPageLink As String) As IPage(Of Operation)
Parameters
- operations
- IApiManagementOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.