Share via


GatewayApiOperationsExtensions.ListByServiceNext Method

Definition

Lists a collection of the APIs associated with a gateway.

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

Parameters

operations
IGatewayApiOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to