Partager via


QueryTextsOperationsExtensions.ListByServerNext Méthode

Définition

Récupérez les textes de requête Query-Store pour les queryIds spécifiés.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText> ListByServerNext (this Microsoft.Azure.Management.MySQL.IQueryTextsOperations operations, string nextPageLink);
static member ListByServerNext : Microsoft.Azure.Management.MySQL.IQueryTextsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.QueryText>
<Extension()>
Public Function ListByServerNext (operations As IQueryTextsOperations, nextPageLink As String) As IPage(Of QueryText)

Paramètres

operations
IQueryTextsOperations

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

nextPageLink
String

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

Retours

S’applique à