Bagikan melalui


AppServiceEnvironmentResource.GetRecommendedRulesForHostingEnvironmentRecommendationsAsync 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.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendedRulesForHostingEnvironmentRecommendationsAsync (bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRecommendedRulesForHostingEnvironmentRecommendationsAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetRecommendedRulesForHostingEnvironmentRecommendationsAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
Public Overridable Function GetRecommendedRulesForHostingEnvironmentRecommendationsAsync (Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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

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

Applies to