你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILoggerOperations 接口

定义

LoggerOperations 操作。

public interface ILoggerOperations
type ILoggerOperations = interface
Public Interface ILoggerOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, LoggerContract, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新记录器。

DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除指定的记录器。

GetEntityTagWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取实体状态 (Etag) 由其标识符指定的记录器版本。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

获取由其标识符指定的记录器的详细信息。

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出指定服务实例中的记录器集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<LoggerContract>, Dictionary<String,List<String>>, CancellationToken)

列出指定服务实例中的记录器集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

UpdateWithHttpMessagesAsync(String, String, String, LoggerUpdateContract, String, Dictionary<String,List<String>>, CancellationToken)

汇报现有的记录器。

扩展方法

CreateOrUpdate(ILoggerOperations, String, String, String, LoggerContract, String)

创建或更新记录器。

CreateOrUpdateAsync(ILoggerOperations, String, String, String, LoggerContract, String, CancellationToken)

创建或更新记录器。

Delete(ILoggerOperations, String, String, String, String)

删除指定的记录器。

DeleteAsync(ILoggerOperations, String, String, String, String, CancellationToken)

删除指定的记录器。

Get(ILoggerOperations, String, String, String)

获取由其标识符指定的记录器的详细信息。

GetAsync(ILoggerOperations, String, String, String, CancellationToken)

获取由其标识符指定的记录器的详细信息。

GetEntityTag(ILoggerOperations, String, String, String)

获取实体状态 (Etag) 由其标识符指定的记录器版本。

GetEntityTagAsync(ILoggerOperations, String, String, String, CancellationToken)

获取实体状态 (Etag) 由其标识符指定的记录器版本。

ListByService(ILoggerOperations, String, String, ODataQuery<LoggerContract>)

列出指定服务实例中的记录器集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceAsync(ILoggerOperations, String, String, ODataQuery<LoggerContract>, CancellationToken)

列出指定服务实例中的记录器集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNext(ILoggerOperations, String)

列出指定服务实例中的记录器集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

ListByServiceNextAsync(ILoggerOperations, String, CancellationToken)

列出指定服务实例中的记录器集合。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs

Update(ILoggerOperations, String, String, String, LoggerUpdateContract, String)

汇报现有的记录器。

UpdateAsync(ILoggerOperations, String, String, String, LoggerUpdateContract, String, CancellationToken)

汇报现有的记录器。

适用于