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

AlertsOperationsExtensions 类

定义

AlertsOperations 的扩展方法。

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

方法

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)

发送测试警报电子邮件。

适用于