IotSecuritySolutionsAnalyticsRecommendations Interface
public interface IotSecuritySolutionsAnalyticsRecommendations
Resource collection API of IotSecuritySolutionsAnalyticsRecommendations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Io |
get(String resourceGroupName, String solutionName, String aggregatedRecommendationName)
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. |
|
abstract
Response<Io |
getWithResponse(String resourceGroupName, String solutionName, String aggregatedRecommendationName, Context context)
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. |
|
abstract
Paged |
list(String resourceGroupName, String solutionName)
Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution. |
|
abstract
Paged |
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. |
Method Details
get
public abstract IoTSecurityAggregatedRecommendation 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<IoTSecurityAggregatedRecommendation> 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<IoTSecurityAggregatedRecommendation> 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<IoTSecurityAggregatedRecommendation> 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: