IotSecuritySolutionsAnalyticsAggregatedAlerts Interface
public interface IotSecuritySolutionsAnalyticsAggregatedAlerts
Resource collection API of IotSecuritySolutionsAnalyticsAggregatedAlerts.
Method Summary
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:
dismissWithResponse
public abstract Response<Void> dismissWithResponse(String resourceGroupName, String solutionName, String aggregatedAlertName, Context context)
Use this method to dismiss an aggregated IoT Security Solution Alert.
Parameters:
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:
Returns:
getWithResponse
public 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. This aggregation is performed by alert name.
Parameters:
Returns:
list
public abstract PagedIterable<IoTSecurityAggregatedAlert> list(String resourceGroupName, String solutionName)
Use this method to get the aggregated alert list of yours IoT Security solution.
Parameters:
Returns:
list
public 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.
Parameters:
Returns: