IotSecuritySolutionsAnalyticsRecommendationsClient Interface
public interface IotSecuritySolutionsAnalyticsRecommendationsClient
An instance of this class provides access to all the operations defined in IotSecuritySolutionsAnalyticsRecommendationsClient.
Method Summary
Method Details
get
public abstract IoTSecurityAggregatedRecommendationInner get(String resourceGroupName, String solutionName, String aggregatedRecommendationName)
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.
Parameters:
Returns:
getWithResponse
public abstract Response<IoTSecurityAggregatedRecommendationInner> getWithResponse(String resourceGroupName, String solutionName, String aggregatedRecommendationName, Context context)
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.
Parameters:
Returns:
list
public abstract PagedIterable<IoTSecurityAggregatedRecommendationInner> list(String resourceGroupName, String solutionName)
Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.
Parameters:
Returns:
list
public abstract PagedIterable<IoTSecurityAggregatedRecommendationInner> list(String resourceGroupName, String solutionName, Integer top, Context context)
Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.
Parameters:
Returns: