RecommendationsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for RecommendationsOperations.
In this article
public static class RecommendationsOperationsExtensions
type RecommendationsOperationsExtensions = class
Public Module RecommendationsOperationsExtensions
Inheritance
System.Object
RecommendationsOperationsExtensions
Methods
DisableAllForWebApp(IRecommendationsOperations, String, String)
Disable all recommendations for an app.
DisableAllForWebAppAsync(IRecommendationsOperations, String, String, CancellationToken)
Disable all recommendations 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.
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.
ResetAllFilters(IRecommendationsOperations)
Reset all recommendation opt-out settings for a subscription.
ResetAllFiltersAsync(IRecommendationsOperations, CancellationToken)
Reset all recommendation opt-out settings for a subscription.
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