次の方法で共有


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)

テスト アラートの電子メールを送信します。

適用対象