IotSecuritySolutionsAnalyticsAggregatedAlerts Interface

public interface IotSecuritySolutionsAnalyticsAggregatedAlerts

Resource collection API of IotSecuritySolutionsAnalyticsAggregatedAlerts.

Method Summary

Modifier and Type Method and Description
abstract void dismiss(String resourceGroupName, String solutionName, String aggregatedAlertName)

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

abstract Response<Void> dismissWithResponse(String resourceGroupName, String solutionName, String aggregatedAlertName, Context context)

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

abstract IoTSecurityAggregatedAlert get(String resourceGroupName, String solutionName, String aggregatedAlertName)

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

abstract Response<IoTSecurityAggregatedAlert> getWithResponse(String resourceGroupName, String solutionName, String aggregatedAlertName, Context context)

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

abstract PagedIterable<IoTSecurityAggregatedAlert> list(String resourceGroupName, String solutionName)

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

abstract PagedIterable<IoTSecurityAggregatedAlert> list(String resourceGroupName, String solutionName, Integer top, Context context)

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

Method Details

dismiss

public abstract void dismiss(String resourceGroupName, String solutionName, String aggregatedAlertName)

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

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
aggregatedAlertName - Identifier of the aggregated alert.

dismissWithResponse

public abstract Response dismissWithResponse(String resourceGroupName, String solutionName, String aggregatedAlertName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
aggregatedAlertName - Identifier of the aggregated alert.
context - The context to associate with this operation.

Returns:

get

public abstract IoTSecurityAggregatedAlert get(String resourceGroupName, String solutionName, String aggregatedAlertName)

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

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
aggregatedAlertName - Identifier of the aggregated alert.

Returns:

security Solution Aggregated Alert information.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String solutionName, String aggregatedAlertName, Context context)

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

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
aggregatedAlertName - Identifier of the aggregated alert.
context - The context to associate with this operation.

Returns:

security Solution Aggregated Alert information along with Response<T>.

list

public abstract PagedIterable list(String resourceGroupName, String solutionName)

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

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.

Returns:

list of IoT Security solution aggregated alert data as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String solutionName, Integer top, Context context)

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

Parameters:

resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
solutionName - The name of the IoT Security solution.
top - Number of results to retrieve.
context - The context to associate with this operation.

Returns:

list of IoT Security solution aggregated alert data as paginated response with PagedIterable<T>.

Applies to