次の方法で共有


ReportsOperationsExtensions.ListByGeoNext(IReportsOperations, String) メソッド

定義

レポート レコードを地域別に一覧表示します。

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

パラメーター

operations
IReportsOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象