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

LoggerOperationsExtensions 类

定义

LoggerOperations 的扩展方法。

public static class LoggerOperationsExtensions
type LoggerOperationsExtensions = class
Public Module LoggerOperationsExtensions
继承
LoggerOperationsExtensions

方法

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)

汇报现有的记录器。

适用于