次の方法で共有


ReportsOperationsExtensions.ListBySubscriptionNext メソッド

定義

サブスクリプション別のレポート レコードを一覧表示します。

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)

パラメーター

operations
IReportsOperations

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

nextPageLink
String

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

戻り値

適用対象