共用方式為


ReportsOperationsExtensions.ListByTimeNext(IReportsOperations, String) Method

Definition

Lists report records by Time.

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