Condividi tramite


RecommendationsOperationsExtensions.ListRecommendedRulesForHostingEnvironmentNextAsync Metodo

Definizione

Ottieni tutte le raccomandazioni per un'app.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.RecommendationInner>> ListRecommendedRulesForHostingEnvironmentNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IRecommendationsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListRecommendedRulesForHostingEnvironmentNextAsync : 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 ListRecommendedRulesForHostingEnvironmentNextAsync (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 della precedente chiamata riuscita all'operazione List.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Commenti

Descrizione per Ottenere tutte le raccomandazioni per un'app.

Si applica a