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

IRuleOperations 接口

定义

用于管理警报规则的操作。

public interface IRuleOperations
type IRuleOperations = interface
Public Interface IRuleOperations

方法

CreateOrUpdateAsync(RuleCreateOrUpdateParameters, CancellationToken)

用于管理警报规则的操作。

DeleteAsync(String, CancellationToken)

用于管理警报规则的操作。

GetAsync(String, CancellationToken)

用于管理警报规则的操作。

ListAsync(CancellationToken)

列出订阅中的警报规则。

扩展方法

CreateOrUpdate(IRuleOperations, RuleCreateOrUpdateParameters)

用于管理警报规则的操作。

CreateOrUpdateAsync(IRuleOperations, RuleCreateOrUpdateParameters)

用于管理警报规则的操作。

Delete(IRuleOperations, String)

用于管理警报规则的操作。

DeleteAsync(IRuleOperations, String)

用于管理警报规则的操作。

Get(IRuleOperations, String)

用于管理警报规则的操作。

GetAsync(IRuleOperations, String)

用于管理警报规则的操作。

List(IRuleOperations)

列出订阅中的警报规则。

ListAsync(IRuleOperations)

列出订阅中的警报规则。

适用于