Sdílet prostřednictvím


ReportsOperationsExtensions.ListByOperationNext Method

Definition

Lists report records by API Operations.

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

Parameters

operations
IReportsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to