IotSecuritySolutionsAnalyticsAggregatedAlertOperations interface

Interface representing a IotSecuritySolutionsAnalyticsAggregatedAlert operations.

Properties

dismiss

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

get

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

list

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

Property Details

dismiss

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

dismiss: (resourceGroupName: string, solutionName: string, aggregatedAlertName: string, options?: IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, solutionName: string, aggregatedAlertName: string, options?: IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams) => Promise<void>

get

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

get: (resourceGroupName: string, solutionName: string, aggregatedAlertName: string, options?: IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams) => Promise<IoTSecurityAggregatedAlert>

Property Value

(resourceGroupName: string, solutionName: string, aggregatedAlertName: string, options?: IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams) => Promise<IoTSecurityAggregatedAlert>

list

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

list: (resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams) => PagedAsyncIterableIterator<IoTSecurityAggregatedAlert, IoTSecurityAggregatedAlert[], PageSettings>

Property Value

(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams) => PagedAsyncIterableIterator<IoTSecurityAggregatedAlert, IoTSecurityAggregatedAlert[], PageSettings>