Partager via


RecommendedActionsOperationsExtensions.ListByServerNextAsync Méthode

Définition

Récupérez les actions recommandées auprès du conseiller.

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

Paramètres

operations
IRecommendedActionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à