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

IAlertsOperations 接口

定义

AlertsOperations 操作。

public interface IAlertsOperations
type IAlertsOperations = interface
Public Interface IAlertsOperations

方法

ClearWithHttpMessagesAsync(ClearAlertRequest, String, String, Dictionary<String,List<String>>, CancellationToken)

清除警报。

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

检索管理器中的所有警报。

ListByManagerWithHttpMessagesAsync(String, String, ODataQuery<AlertFilter>, Dictionary<String,List<String>>, CancellationToken)

检索管理器中的所有警报。

SendTestEmailWithHttpMessagesAsync(String, SendTestAlertEmailRequest, String, String, Dictionary<String,List<String>>, CancellationToken)

发送测试警报电子邮件。

扩展方法

Clear(IAlertsOperations, ClearAlertRequest, String, String)

清除警报。

ClearAsync(IAlertsOperations, ClearAlertRequest, String, String, CancellationToken)

清除警报。

ListByManager(IAlertsOperations, String, String, ODataQuery<AlertFilter>)

检索管理器中的所有警报。

ListByManagerAsync(IAlertsOperations, String, String, ODataQuery<AlertFilter>, CancellationToken)

检索管理器中的所有警报。

ListByManagerNext(IAlertsOperations, String)

检索管理器中的所有警报。

ListByManagerNextAsync(IAlertsOperations, String, CancellationToken)

检索管理器中的所有警报。

SendTestEmail(IAlertsOperations, String, SendTestAlertEmailRequest, String, String)

发送测试警报电子邮件。

SendTestEmailAsync(IAlertsOperations, String, SendTestAlertEmailRequest, String, String, CancellationToken)

发送测试警报电子邮件。

适用于