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

IScheduledQueryRulesOperations 接口

定义

ScheduledQueryRulesOperations 操作。

public interface IScheduledQueryRulesOperations
type IScheduledQueryRulesOperations = interface
Public Interface IScheduledQueryRulesOperations

方法

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

创建或更新日志搜索规则。

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

删除日志搜索规则

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

获取日志搜索规则

ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<LogSearchRuleResource>, Dictionary<String,List<String>>, CancellationToken)

列出资源组中的日志搜索规则。

ListBySubscriptionWithHttpMessagesAsync(ODataQuery<LogSearchRuleResource>, Dictionary<String,List<String>>, CancellationToken)

列出订阅组中的日志搜索规则。

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

更新日志搜索规则。

扩展方法

CreateOrUpdate(IScheduledQueryRulesOperations, String, String, LogSearchRuleResource)

创建或更新日志搜索规则。

CreateOrUpdateAsync(IScheduledQueryRulesOperations, String, String, LogSearchRuleResource, CancellationToken)

创建或更新日志搜索规则。

Delete(IScheduledQueryRulesOperations, String, String)

删除日志搜索规则

DeleteAsync(IScheduledQueryRulesOperations, String, String, CancellationToken)

删除日志搜索规则

Get(IScheduledQueryRulesOperations, String, String)

获取日志搜索规则

GetAsync(IScheduledQueryRulesOperations, String, String, CancellationToken)

获取日志搜索规则

ListByResourceGroup(IScheduledQueryRulesOperations, String, ODataQuery<LogSearchRuleResource>)

列出资源组中的日志搜索规则。

ListByResourceGroupAsync(IScheduledQueryRulesOperations, String, ODataQuery<LogSearchRuleResource>, CancellationToken)

列出资源组中的日志搜索规则。

ListBySubscription(IScheduledQueryRulesOperations, ODataQuery<LogSearchRuleResource>)

列出订阅组中的日志搜索规则。

ListBySubscriptionAsync(IScheduledQueryRulesOperations, ODataQuery<LogSearchRuleResource>, CancellationToken)

列出订阅组中的日志搜索规则。

Update(IScheduledQueryRulesOperations, String, String, LogSearchRuleResourcePatch)

更新日志搜索规则。

UpdateAsync(IScheduledQueryRulesOperations, String, String, LogSearchRuleResourcePatch, CancellationToken)

更新日志搜索规则。

适用于