次の方法で共有


ApiManagementServiceResource.GetReportsByRequestAsync メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byRequest
  • 操作IdReports_ListByRequest
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RequestReportRecordContract> GetReportsByRequestAsync (string filter, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReportsByRequestAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RequestReportRecordContract>
override this.GetReportsByRequestAsync : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.RequestReportRecordContract>
Public Overridable Function GetReportsByRequestAsync (filter As String, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RequestReportRecordContract)

パラメーター

filter
String

|フィールド |使用法 |サポートされている演算子 |サポートされている関数 |</br>|-------------|-------------|-------------|-------------|</br>| timestamp | filter | ge, le | | </br>| apiId | filter | eq | | </br>| operationId | filter | eq | | </br>| productId | filter | eq | | </br>| userId | filter | eq | | </br>| apiRegion | filter | eq | | </br>| subscriptionId | filter | eq | | </br>.

top
Nullable<Int32>

返されるレコードの数。

skip
Nullable<Int32>

スキップするレコードの数。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RequestReportRecordContract サービス要求を受け取る可能性がある の非同期コレクション。

例外

filter が null です。

適用対象