IotSecuritySolutionsAnalyticsRecommendation interface
Interface representing a IotSecuritySolutionsAnalyticsRecommendation.
Methods
get(string, string, string, Iot |
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name. |
list(string, string, Iot |
Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution. |
Method Details
get(string, string, string, IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams)
Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.
function get(resourceGroupName: string, solutionName: string, aggregatedRecommendationName: string, options?: IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams): Promise<IoTSecurityAggregatedRecommendation>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- solutionName
-
string
The name of the IoT Security solution.
- aggregatedRecommendationName
-
string
Name of the recommendation aggregated for this query.
The options parameters.
Returns
Promise<IoTSecurityAggregatedRecommendation>
list(string, string, IotSecuritySolutionsAnalyticsRecommendationListOptionalParams)
Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.
function list(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams): PagedAsyncIterableIterator<IoTSecurityAggregatedRecommendation, IoTSecurityAggregatedRecommendation[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group within the user's subscription. The name is case insensitive.
- solutionName
-
string
The name of the IoT Security solution.
The options parameters.