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 a hosting environment.

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

Get all recommendations for a hosting environment.

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

DisableAllForHostingEnvironment(IRecommendationsOperations, String, String, String)

Disable all recommendations for an app.

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

Disable all recommendations for an app.

DisableAllForWebApp(IRecommendationsOperations, String, String)

Disable all recommendations for an app.

DisableAllForWebAppAsync(IRecommendationsOperations, String, String, CancellationToken)

Disable all recommendations for an app.

DisableRecommendationForHostingEnvironment(IRecommendationsOperations, String, String, String, String)

Disables the specific rule for a web site permanently.

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

Disables the specific rule for a web site permanently.

DisableRecommendationForSite(IRecommendationsOperations, String, String, String)

Disables the specific rule for a web site permanently.

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

Disables the specific rule for a web site permanently.

DisableRecommendationForSubscription(IRecommendationsOperations, String)

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

DisableRecommendationForSubscriptionAsync(IRecommendationsOperations, String, CancellationToken)

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

GetRuleDetailsByHostingEnvironment(IRecommendationsOperations, String, String, String, Nullable<Boolean>, String)

Get a recommendation rule for an app.

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

Get a recommendation rule for an app.

GetRuleDetailsByWebApp(IRecommendationsOperations, String, String, String, Nullable<Boolean>, String)

Get a recommendation rule for an app.

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

Get a recommendation rule for an app.

List(IRecommendationsOperations, Nullable<Boolean>, String)

List all recommendations for a subscription.

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

List all recommendations for a subscription.

ListHistoryForHostingEnvironment(IRecommendationsOperations, String, String, Nullable<Boolean>, String)

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

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

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

ListHistoryForHostingEnvironmentNext(IRecommendationsOperations, String)

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.

ListHistoryForWebApp(IRecommendationsOperations, String, String, Nullable<Boolean>, String)

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.

ListHistoryForWebAppNext(IRecommendationsOperations, String)

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.

ListNext(IRecommendationsOperations, String)

List all recommendations for a subscription.

ListNextAsync(IRecommendationsOperations, String, CancellationToken)

List all recommendations for a subscription.

ListRecommendedRulesForHostingEnvironment(IRecommendationsOperations, String, String, Nullable<Boolean>, String)

Get all recommendations for a hosting environment.

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

Get all recommendations for a hosting environment.

ListRecommendedRulesForHostingEnvironmentNext(IRecommendationsOperations, String)

Get all recommendations for a hosting environment.

ListRecommendedRulesForHostingEnvironmentNextAsync(IRecommendationsOperations, String, CancellationToken)

Get all recommendations for a hosting environment.

ListRecommendedRulesForWebApp(IRecommendationsOperations, String, String, Nullable<Boolean>, String)

Get all recommendations for an app.

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

Get all recommendations for an app.

ListRecommendedRulesForWebAppNext(IRecommendationsOperations, String)

Get all recommendations for an app.

ListRecommendedRulesForWebAppNextAsync(IRecommendationsOperations, String, CancellationToken)

Get all recommendations for an app.

ResetAllFilters(IRecommendationsOperations)

Reset all recommendation opt-out settings for a subscription.

ResetAllFiltersAsync(IRecommendationsOperations, CancellationToken)

Reset all recommendation opt-out settings for a subscription.

ResetAllFiltersForHostingEnvironment(IRecommendationsOperations, String, String, String)

Reset all recommendation opt-out settings for an app.

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

Reset all recommendation opt-out settings for an app.

ResetAllFiltersForWebApp(IRecommendationsOperations, String, String)

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