Share via


LoggerOperationsExtensions.ListByServiceNext Method

Definition

Lists a collection of loggers in the specified service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

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

Parameters

operations
ILoggerOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to