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

IIotSecuritySolutionsAnalyticsAggregatedAlertOperations Interface

Definition

IotSecuritySolutionsAnalyticsAggregatedAlertOperations operations.

public interface IIotSecuritySolutionsAnalyticsAggregatedAlertOperations
type IIotSecuritySolutionsAnalyticsAggregatedAlertOperations = interface
Public Interface IIotSecuritySolutionsAnalyticsAggregatedAlertOperations

Methods

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

Use this method to dismiss an aggregated IoT Security Solution Alert.

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

Use this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name.

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

Use this method to get the aggregated alert list of yours IoT Security solution.

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Use this method to get the aggregated alert list of yours IoT Security solution.

Extension Methods

Dismiss(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, String, String)

Use this method to dismiss an aggregated IoT Security Solution Alert.

DismissAsync(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, String, String, CancellationToken)

Use this method to dismiss an aggregated IoT Security Solution Alert.

Get(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, String, String)

Use this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name.

GetAsync(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, String, String, CancellationToken)

Use this method to get a single the aggregated alert of yours IoT Security solution. This aggregation is performed by alert name.

List(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, String, Nullable<Int32>)

Use this method to get the aggregated alert list of yours IoT Security solution.

ListAsync(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, String, Nullable<Int32>, CancellationToken)

Use this method to get the aggregated alert list of yours IoT Security solution.

ListNext(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String)

Use this method to get the aggregated alert list of yours IoT Security solution.

ListNextAsync(IIotSecuritySolutionsAnalyticsAggregatedAlertOperations, String, CancellationToken)

Use this method to get the aggregated alert list of yours IoT Security solution.

Applies to