ReportsOperationsExtensions.ListBySubscriptionNext Method

Definition

Lists report records by subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> ListBySubscriptionNext (this Microsoft.Azure.Management.ApiManagement.IReportsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.ApiManagement.IReportsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract>
<Extension()>
Public Function ListBySubscriptionNext (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