DiagnosticOperationsExtensions.ListByServiceNext Method

Definition

Lists all diagnostics of the API Management service instance.

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

Parameters

operations
IDiagnosticOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to