WebSiteResource.GetRecommendedRulesForWebAppRecommendations Method

Definition

Description for Get all recommendations for an app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations
  • Operation Id: Recommendations_ListRecommendedRulesForWebApp
  • Default Api Version: 2021-02-01
  • Resource: SiteRecommendationResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendedRulesForWebAppRecommendations (bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRecommendedRulesForWebAppRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetRecommendedRulesForWebAppRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
Public Overridable Function GetRecommendedRulesForWebAppRecommendations (Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceRecommendation)

Parameters

featured
Nullable<Boolean>

Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations.

filter
String

Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AppServiceRecommendation that may take multiple service requests to iterate over.

Applies to