次の方法で共有


LoggerOperationsExtensions.ListByService メソッド

定義

指定されたサービス インスタンスにおけるロガーのコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract> ListByService (this Microsoft.Azure.Management.ApiManagement.ILoggerOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.ILoggerOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.LoggerContract>
<Extension()>
Public Function ListByService (operations As ILoggerOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of LoggerContract) = Nothing) As IPage(Of LoggerContract)

パラメーター

operations
ILoggerOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<LoggerContract>

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

戻り値

適用対象