Condividi tramite


RecommendationsOperationsExtensions.ListHistoryForWebAppNextAsync Metodo

Definizione

Ottenere consigli precedenti per un'app, facoltativamente specificato dall'intervallo di tempo.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>> ListHistoryForWebAppNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListHistoryForWebAppNextAsync : Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>>
<Extension()>
Public Function ListHistoryForWebAppNextAsync (operations As IRecommendationsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of RecommendationInner))

Parametri

operations
IRecommendationsOperations

Gruppo di operazioni per questo metodo di estensione.

nextPageLink
String

NextLink dalla chiamata precedente all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Ottenere raccomandazioni precedenti per un'app, facoltativamente specificata dall'intervallo di tempo.

Si applica a