IRecommendationsOperations Interface

Definition

RecommendationsOperations operations.

public interface IRecommendationsOperations
type IRecommendationsOperations = interface
Public Interface IRecommendationsOperations

Methods

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

Disable all recommendations for an app.

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

Disable all recommendations for an app.

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

Disables the specific rule for a web site permanently.

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

Disables the specific rule for a web site permanently.

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

Disables the specified rule so it will not apply to a subscription in the future.

GetRuleDetailsByHostingEnvironmentWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, String, Dictionary<String, List<String>>, CancellationToken)

Get a recommendation rule for an app.

GetRuleDetailsByWebAppWithHttpMessagesAsync(String, String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get a recommendation rule for an app.

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

Get past recommendations for an app, optionally specified by the time range.

ListHistoryForHostingEnvironmentWithHttpMessagesAsync(String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get past recommendations for an app, optionally specified by the time range.

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

Get past recommendations for an app, optionally specified by the time range.

ListHistoryForWebAppWithHttpMessagesAsync(String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get past recommendations for an app, optionally specified by the time range.

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

List all recommendations for a subscription.

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

Get all recommendations for an app.

ListRecommendedRulesForHostingEnvironmentWithHttpMessagesAsync(String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get all recommendations for an app.

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

Get all recommendations for an app.

ListRecommendedRulesForWebAppWithHttpMessagesAsync(String, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get all recommendations for an app.

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

List all recommendations for a subscription.

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

Reset all recommendation opt-out settings for an app.

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

Reset all recommendation opt-out settings for an app.

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

Reset all recommendation opt-out settings for a subscription.

Extension Methods

DisableAllForHostingEnvironmentAsync(IRecommendationsOperations, String, String, String, CancellationToken)

Disable all recommendations for an app.

DisableAllForWebAppAsync(IRecommendationsOperations, String, String, CancellationToken)

Disable all recommendations for an app.

DisableRecommendationForHostingEnvironmentAsync(IRecommendationsOperations, String, String, String, String, CancellationToken)

Disables the specific rule for a web site permanently.

DisableRecommendationForSiteAsync(IRecommendationsOperations, String, String, String, CancellationToken)

Disables the specific rule for a web site permanently.

DisableRecommendationForSubscriptionAsync(IRecommendationsOperations, String, CancellationToken)

Disables the specified rule so it will not apply to a subscription in the future.

GetRuleDetailsByHostingEnvironmentAsync(IRecommendationsOperations, String, String, String, Nullable<Boolean>, String, CancellationToken)

Get a recommendation rule for an app.

GetRuleDetailsByWebAppAsync(IRecommendationsOperations, String, String, String, Nullable<Boolean>, String, CancellationToken)

Get a recommendation rule for an app.

ListAsync(IRecommendationsOperations, Nullable<Boolean>, String, CancellationToken)

List all recommendations for a subscription.

ListHistoryForHostingEnvironmentAsync(IRecommendationsOperations, String, String, Nullable<Boolean>, String, CancellationToken)

Get past recommendations for an app, optionally specified by the time range.

ListHistoryForHostingEnvironmentNextAsync(IRecommendationsOperations, String, CancellationToken)

Get past recommendations for an app, optionally specified by the time range.

ListHistoryForWebAppAsync(IRecommendationsOperations, String, String, Nullable<Boolean>, String, CancellationToken)

Get past recommendations for an app, optionally specified by the time range.

ListHistoryForWebAppNextAsync(IRecommendationsOperations, String, CancellationToken)

Get past recommendations for an app, optionally specified by the time range.

ListNextAsync(IRecommendationsOperations, String, CancellationToken)

List all recommendations for a subscription.

ListRecommendedRulesForHostingEnvironmentAsync(IRecommendationsOperations, String, String, Nullable<Boolean>, String, CancellationToken)

Get all recommendations for an app.

ListRecommendedRulesForHostingEnvironmentNextAsync(IRecommendationsOperations, String, CancellationToken)

Get all recommendations for an app.

ListRecommendedRulesForWebAppAsync(IRecommendationsOperations, String, String, Nullable<Boolean>, String, CancellationToken)

Get all recommendations for an app.

ListRecommendedRulesForWebAppNextAsync(IRecommendationsOperations, String, CancellationToken)

Get all recommendations for an app.

ResetAllFiltersAsync(IRecommendationsOperations, CancellationToken)

Reset all recommendation opt-out settings for a subscription.

ResetAllFiltersForHostingEnvironmentAsync(IRecommendationsOperations, String, String, String, CancellationToken)

Reset all recommendation opt-out settings for an app.

ResetAllFiltersForWebAppAsync(IRecommendationsOperations, String, String, CancellationToken)

Reset all recommendation opt-out settings for an app.

Applies to