IotSecuritySolutionsAnalyticsAggregatedAlert interface

Interface representing a IotSecuritySolutionsAnalyticsAggregatedAlert.

Methods

dismiss(string, string, string, IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams)

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

get(string, string, string, IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams)

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

list(string, string, IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams)

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

Method Details

dismiss(string, string, string, IotSecuritySolutionsAnalyticsAggregatedAlertDismissOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

solutionName

string

The name of the IoT Security solution.

aggregatedAlertName

string

Identifier of the aggregated alert.

Returns

Promise<void>

get(string, string, string, IotSecuritySolutionsAnalyticsAggregatedAlertGetOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

solutionName

string

The name of the IoT Security solution.

aggregatedAlertName

string

Identifier of the aggregated alert.

Returns

list(string, string, IotSecuritySolutionsAnalyticsAggregatedAlertListOptionalParams)

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

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

Parameters

resourceGroupName

string

The name of the resource group within the user's subscription. The name is case insensitive.

solutionName

string

The name of the IoT Security solution.

Returns