IotSecuritySolutionsAnalyticsAggregatedAlertsClient Interface
public interface IotSecuritySolutionsAnalyticsAggregatedAlertsClient
An instance of this class provides access to all the operations defined in IotSecuritySolutionsAnalyticsAggregatedAlertsClient.
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 IoTSecurityAggregatedAlertInner 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<IoTSecurityAggregatedAlertInner> 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<IoTSecurityAggregatedAlertInner> 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<IoTSecurityAggregatedAlertInner> 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: