Freigeben über


WebSiteResource.GetHistoryForWebAppRecommendations Methode

Definition

Beschreibung für Abrufen früherer Empfehlungen für eine App, optional angegeben durch den Zeitbereich.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendationHistory
  • Vorgangs-IdRecommendations_ListHistoryForWebApp
public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetHistoryForWebAppRecommendations (bool? expiredOnly = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetHistoryForWebAppRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetHistoryForWebAppRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
Public Overridable Function GetHistoryForWebAppRecommendations (Optional expiredOnly As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceRecommendation)

Parameter

expiredOnly
Nullable<Boolean>

Geben Sie <code>false</code> an, um alle Empfehlungen zurückzugeben. Der Standardwert ist <code>true</code>, der nur abgelaufene Empfehlungen zurückgibt.

filter
String

Filter wird mithilfe der OData-Syntax angegeben. Beispiel: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H| PT1M| P1D].

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AppServiceRecommendation , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: