你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IIotSecuritySolutionsAnalyticsRecommendationOperations Interface

Definition

IotSecuritySolutionsAnalyticsRecommendationOperations operations.

public interface IIotSecuritySolutionsAnalyticsRecommendationOperations
type IIotSecuritySolutionsAnalyticsRecommendationOperations = interface
Public Interface IIotSecuritySolutionsAnalyticsRecommendationOperations

Methods

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

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

Extension Methods

Get(IIotSecuritySolutionsAnalyticsRecommendationOperations, String, String, String)

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

GetAsync(IIotSecuritySolutionsAnalyticsRecommendationOperations, String, String, String, CancellationToken)

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

List(IIotSecuritySolutionsAnalyticsRecommendationOperations, String, String, Nullable<Int32>)

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

ListAsync(IIotSecuritySolutionsAnalyticsRecommendationOperations, String, String, Nullable<Int32>, CancellationToken)

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

ListNext(IIotSecuritySolutionsAnalyticsRecommendationOperations, String)

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

ListNextAsync(IIotSecuritySolutionsAnalyticsRecommendationOperations, String, CancellationToken)

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

Applies to