AppServiceEnvironmentResource.GetRecommendedRulesForHostingEnvironmentRecommendations Method

Definition

Description for Get all recommendations for a hosting environment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{hostingEnvironmentName}/recommendations
  • Operation Id: Recommendations_ListRecommendedRulesForHostingEnvironment
  • Default Api Version: 2021-02-01
  • Resource: HostingEnvironmentRecommendationResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendedRulesForHostingEnvironmentRecommendations (bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRecommendedRulesForHostingEnvironmentRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetRecommendedRulesForHostingEnvironmentRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
Public Overridable Function GetRecommendedRulesForHostingEnvironmentRecommendations (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