LoggerOperationsExtensions.ListByServiceNextAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract>> ListByServiceNextAsync (this Microsoft.Azure.Management.ApiManagement.ILoggerOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceNextAsync : Microsoft.Azure.Management.ApiManagement.ILoggerOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract>>
<Extension()>
Public Function ListByServiceNextAsync (operations As ILoggerOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to