次の方法で共有


ReportsOperationsExtensions.ListByGeo メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> ListByGeo (this Microsoft.Azure.Management.ApiManagement.IReportsOperations operations, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> odataQuery, string resourceGroupName, string serviceName);
static member ListByGeo : Microsoft.Azure.Management.ApiManagement.IReportsOperations * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract> * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.ReportRecordContract>
<Extension()>
Public Function ListByGeo (operations As IReportsOperations, odataQuery As ODataQuery(Of ReportRecordContract), resourceGroupName As String, serviceName As String) As IPage(Of ReportRecordContract)

パラメーター

operations
IReportsOperations

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

odataQuery
ODataQuery<ReportRecordContract>

操作に適用する OData パラメーター。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

戻り値

適用対象