다음을 통해 공유


ApiManagementOperationsExtensions.ListNext Method

Definition

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.

Returns

Applies to