IotSecuritySolutionsAnalyticsRecommendationOperations interface

Interface representing a IotSecuritySolutionsAnalyticsRecommendation operations.

Properties

get

Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.

list

Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.

Property Details

get

Use this method to get the aggregated security analytics recommendation of yours IoT Security solution. This aggregation is performed by recommendation name.

get: (resourceGroupName: string, solutionName: string, aggregatedRecommendationName: string, options?: IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams) => Promise<IoTSecurityAggregatedRecommendation>

Property Value

(resourceGroupName: string, solutionName: string, aggregatedRecommendationName: string, options?: IotSecuritySolutionsAnalyticsRecommendationGetOptionalParams) => Promise<IoTSecurityAggregatedRecommendation>

list

Use this method to get the list of aggregated security analytics recommendations of yours IoT Security solution.

list: (resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams) => PagedAsyncIterableIterator<IoTSecurityAggregatedRecommendation, IoTSecurityAggregatedRecommendation[], PageSettings>

Property Value

(resourceGroupName: string, solutionName: string, options?: IotSecuritySolutionsAnalyticsRecommendationListOptionalParams) => PagedAsyncIterableIterator<IoTSecurityAggregatedRecommendation, IoTSecurityAggregatedRecommendation[], PageSettings>